-
Notifications
You must be signed in to change notification settings - Fork 67
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
Update model.py #831
Update model.py #831
Conversation
@Luci2015, We need to utilize the Class model that @adorton-adobe defined for settings. |
reviewed fix for keeping class model as before and check if a boolean is sent over instead of a dict _canUseMulticastWorkflows_ will not even appear in the final SettingsInfo class because of the _remove_unknown_keys_ function which limits results to: libaryDocumentCreationVisible: BooleanSettingsInfo = None sendRestrictedToWorkflows: BooleanSettingsInfo = None userCanSend: BooleanSettingsInfo = None userManagedWorkflowsEnabled: BooleanSettingsInfo = None allowedToShareUserCreatedWorkflows: BooleanSettingsInfo = None
@bhunut-adobe : |
@Luci2015 Why not just add canUseMulticastWorkflows attribute to SettingsInfo class? |
I tried adding the canUseMultiCastWorkflows field to SettingsInfo, but I still get the same error as before. |
@bhunut-adobe : Andrew discarded also some other statements that come from the Sign response (last time it was |
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.
Approved.
Instead of going through the details of SettingsInfo statement of each group, just copy the entire statement from the Sign response
Fixes #830