admin icon indicating copy to clipboard operation
admin copied to clipboard

Qor Admin - Instantly create a beautiful, cross platform, configurable Admin Interface and API for managing your data in minutes.

Results 114 admin issues
Sort by recently updated
recently updated
newest added

the following code generates an invalid route or url: ```go apicRepo := Admin.AddResource(&models.ApiConnectRepository{}, &admin.Config{Singleton: true, Menu: []string{"API Connect"}}) apicRepo.Action(&admin.Action{ Name: "Update", Handler: func(actionArgument *admin.ActionArgument) error { for _, record :=...

When I'm trying to use qor with gorm.io/gorm, I got this error `cannot use DB (type *"gorm.io/gorm".DB) as type *"github.com/jinzhu/gorm".DB in field value` how can I deal with this problem?

Hello Everyone. I am interested in implement qor admin to manage our Backend. I would like to know if there are any tutorial (videos or Blog) beside the documentation link...

If I want to contribute improvements to the frontend code, how am I supposed to build/compile the assets? I see babel and gulp-babel in package.json, but there's no gulpfile.

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies
javascript

Hello; When attempting to build the example in the documentation with latest version of the go compiler ( go 1.18 ): ``` $ go run main.go 2022/03/30 10:59:32 RegisterViewPathError: github.com/qor/admin/views...

Fixed the page number not reset after switching filter.

needs-rebase

Hi! Thanks for the project! I want to change the http return code for the csrf validation middleware. To display an obvious error in the admin interface.

find 2 bugs when table is fixes header `qor-table-fixed-header` 1. thead th is not width enough, didn't match with body td find it can be solved here by tweak from...

https://theplanttokyo.atlassian.net/browse/QOR-15