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

Update model.py #831

Closed
wants to merge 2 commits into from
Closed

Update model.py #831

wants to merge 2 commits into from

Commits on Nov 20, 2023

  1. Update model.py

    Luci2015 authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    60f7181 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Update model.py

    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
    Luci2015 authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1295488 View commit details
    Browse the repository at this point in the history