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 whole survey instead of partial survey #2026

Merged
merged 4 commits into from
Sep 11, 2024

Conversation

rfontanarosa
Copy link
Collaborator

@rfontanarosa rfontanarosa commented Sep 10, 2024

Fixes #2025
Fixes #2030

@rfontanarosa rfontanarosa self-assigned this Sep 10, 2024
@rfontanarosa rfontanarosa marked this pull request as draft September 10, 2024 17:23
* @param survey the survey instance.
* @param acl the new access control list of the survey.
*/
updateAcl(survey: Survey, acl: Map<string, Role>): Promise<void> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this..

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move these to the draft survey service and stop passing survey?

@rfontanarosa rfontanarosa marked this pull request as ready for review September 11, 2024 14:11
* @param survey the survey instance.
* @param acl the new access control list of the survey.
*/
updateAcl(survey: Survey, acl: Map<string, Role>): Promise<void> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move these to the draft survey service and stop passing survey?

@gino-m gino-m merged commit 5c946f6 into master Sep 11, 2024
4 checks passed
@gino-m gino-m deleted the rfontanarosa/2025/updating-survey-may-cause-data-loss branch September 11, 2024 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants