-
Notifications
You must be signed in to change notification settings - Fork 108
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
Exclude RequestStatus from the returned values of get_modifiable_properties #12108
Exclude RequestStatus from the returned values of get_modifiable_properties #12108
Conversation
@amaltaro I think this may solve the probelm, but I still experience some issues with my |
Jenkins results:
|
Hi @amaltaro I just tested the fix - it's doing the job properly. we can safely merge this one |
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.
Thanks Todor
@todor-ivanov it looks like we missed the the failing unit test:
Please provide a new PR with the relevant fix (fixing the original issue 12107). |
This whole comment here was wrongly posted to the current PR. Now deleted and moved to: #12111 (comment) |
This whole comment here was wrongly posted to the current PR. Now deleted and moved to: #12111 (comment) |
Fixes #12037
Status
Ready
Description
with the current change we remove the
RequestStatus
key from the returned values ofget_modifiable_properties
. this should avoid the conflict created between the set of values checked during the validation and the set of values supported in the WEB interface (the number of visualized keys in the web interface).Is it backward compatible (if not, which system it affects?)
YES
Related PRs
A Fix of a bug eventually introduced with: #12077
External dependencies / deployment changes
No