Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

"move" action visible even though sorting not allowed #1901

Copy link
Copy link
Closed
@BernhardBaumrock

Description

@BernhardBaumrock
Issue body actions

Short description of the issue

I'm cleaning up my forms module and have a page structure like this:

image

As you can see there is a "move" action for every saved form entry. The thing is... It is not allowed to sort/move these pages:

image

Expected behavior

Wouldn't it be nice to not show the move action at all if the family setting prevents manual sorting? I guess it's not as easy as in my example, right? Because one could also want to move the page to another parent, which could actually be allowed. Not sure how to tackle this - has there been any discussion about that? I couldn't find anything.

Workaround

As I'm hiding these pages in the pagetree and only showing them in a custom process module I came up with this workaround:

.PageListTemplate_rockforms_entry .PageListActionLock,
.PageListTemplate_rockforms_entry .PageListActionMove {
  display: none !important;
}
image

If there is already a way to solve this properly please let me know, thx! :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.