Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Hidden permission sends workflow matrix wonky, not otherwise effective in Redmine 4.1.1 #46

Open
chrislockwood opened this issue Jan 9, 2021 · 3 comments

Comments

@chrislockwood
Copy link

This plugin does weird things to my freshly setup Redmine 4.1.1 instance.

After applying the "hidden" permission and saving the change it is not reflected in the matrix, and the number of issue status dropdown boxes reduces (by the exact number of "hidden" permissions applied).

workflow.mp4

These missing permissions do persist to the database, but are not otherwise reflected when managing issues, or when reviewing the workflow as described above.

database

Could be a conflict with another plugin, but I am unclear which one, or why.

@chrislockwood
Copy link
Author

Appears to be an issue even without other plugins in the mix, presumably a compatibility issue with Redmine 4.1.1

vanilla-ish

@chrislockwood chrislockwood changed the title Hidden permission sends workflow matrix wonky, is not otherwise effective [Bug] Hidden permission sends workflow matrix wonky, not otherwise effective in Redmine 4.1.1 Jan 9, 2021
@margru
Copy link

margru commented Jan 22, 2021

I have the same issue with Redmine 4.0.5. I set a field to hidden in all issue statuses and the dropdown disappeared for this field as shown in the video. I had no way to revert it! I had to either delete the role and create it again or manually fix it in the Redmine DB. Please, don't use it with Redmine 4.0.5 otherwise you might get into troubles!

EDIT: It didn't work anyway, the field was still visible to the role.
EDIT2: I used the current master.

@hibit-2709
Copy link

The cause is css class .hidden. For me helped to force: .controller-workflows .hidden { display: revert !important; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants