cobia

Results 9 issues of cobia

Someone is making a political statement in the source code of the last commit.

The form fields for adding permissions to groups and users does not work as it did in the original django-jet. I;m not sure if it should work differently but in...

When setting permissions on a menu entry to view only, Django jet creates the menu item but the href attribute is set to "None". This is caused by the fact...

I reported issue #27 which turned out to be a wider problem in how tabs are displayed in change_form views and how select2 fields are displayed. It appears that all...

When the number of pages exceed 10 on a list display page, pagination breaks. The 3 dots are misplaced. I believe that they are supposed to be inserted into the...

Usually, when selecting all objects on a list display page, it will only select the objects that are actually shown on the page, but then it gives options to select...

This pull request reflects the rebuilt ui files using the almost default config from the original project. It rebuilds the ui to fix issues #53, #54 and pull request #102.

Django uses a horizontal ellipsis instead of 3 period when building the paginator. This fix checks for the existence of the ellipsis when updating the paginator layout. This will fix...

This pull request adds a build environment to rebuild the ui using docker. It uses the existing gulpfile.js to build the project. I had to revert to older jquery to...