-
Notifications
You must be signed in to change notification settings - Fork 426
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
Add a setting to disable entering persons manually #5499
Add a setting to disable entering persons manually #5499
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think right now there's no "enforcement" of this, it's just disabling the option in the UI?
Right now yes, it's the next item on the progress list |
ef6e6b1
to
88a204a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC we also need to disallow "edit" after adding someone via the search
68bfecf
to
5892e7d
Compare
cc2a9b4
to
2922a7d
Compare
data-href="{{ url_for('.manage_person_lists', event) }}" | ||
data-qtip-position="right" | ||
data-ajax-dialog> | ||
{% trans %}Person lists{% endtrans %}</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a fan of this title. Can't think of a better one though....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe something like "submitters' permissions"?
This PR adds a setting to disable the option of submitters writing in persons manually in the PersonLinkField.
The setting is located in the Participant Roles page in the management area:
Disabled:
Enabled:
Progress: