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

Created mutator for requestable attribute #13970

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Created mutator for requestable attribute #13970

merged 1 commit into from
Nov 29, 2023

Conversation

snipe
Copy link
Owner

@snipe snipe commented Nov 29, 2023

If requestable was present but null, this would cause an integrity constraint error in the database. This sets it to 0 or 1.

Copy link

This pull request has been linked to Shortcut Story #24149: Requestable cannot be null.

@snipe snipe merged commit 96210e9 into develop Nov 29, 2023
@snipe snipe deleted the bug/sc-24149 branch November 29, 2023 10:08
Copy link

what-the-diff bot commented Nov 29, 2023

PR Summary

  • Implementation of new mutator method in Asset Model
    A new modification method named 'setRequestableAttribute' has been introduced to the Asset model. This method changes the 'requestable' attribute according to the input. Essentially, this enables us to mark an asset as requestable or not based on our requirements.

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

Successfully merging this pull request may close these issues.

1 participant