Jacob Rief

Results 78 issues of Jacob Rief

## Description If a non-superuser creates a new page, he's unable to immediately edit that page. Instead he has to publish that empty page and immediately create some new page-content....

kind: bug
status: has patch

## Description On the admin site, the page tree offers a checkbox named "Show in Menu". If djangocms-versioning is enabled, clicking on this checkbox shows an error. ## Steps to...

needs design decision

## Description Currently the toolbar offers a menu item to delete the current page. This is problematic, because the user first has to change into edit mode, before allowing him...

5.0

## Description An `AppHook`'ed View can't use any CMS placeholders in their templates anymore. This used to work in CMS version 3. ## Steps to reproduce * Create an AppHook...

4.1

## Description Duplicating a page adds the copy on root level. Users expect the copy as sibling of the original page. Tested on version 3.11, but it presumably is broken...

4.1
3.11

## Description In CMS4 copying a page does not work, if there is more than one version ## Steps to reproduce * use CMS-4.1 and djangocms-versioning. * create a page...

kind: bug
4.x

fix #7672: Improve UX for PermissionAdmin see #7672 for details * [x] I have opened this pull request against ``develop-4`` * [ ] I have added or modified the tests...

4.1
5.0

## Description In CMS4 if someone adds a new page through the Toolbar, ie.: `Page` -> `Create Page` -> `New Page...` or `Page` -> `Create Page` -> `New Subage...` after...

4.x

## Description `PermissionAdmin` shall use autocomplete for entities of `User` and `Group`. ## Steps to reproduce * Add many (>1000) users to the database. * In a Page open "Advanced...

stale

In my project, I have an integration test which uses its own prefilled database. This means that in `conftest.py`, I overwrote this fixture as: ```python @pytest.fixture def django_db_setup(): pass ```...