Skip to content

Commit

Permalink
Merge pull request #9476 from DavidKang/staging-project/store-flags
Browse files Browse the repository at this point in the history
Write to backend after change build flags of a StagingProject
  • Loading branch information
dmarcoux committed Apr 30, 2020
2 parents a4a4f89 + dc10c65 commit 63cba55
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -59,6 +59,7 @@ def accept

# Remove all the build flags enabled by the user.
@staging_project.flags.where(flag: 'build', status: 'enable').destroy_all
@staging_project.store

StagingProjectAcceptJob.perform_later(project_id: @staging_project.id, user_login: User.session!.login)
render_ok
Expand Down

0 comments on commit 63cba55

Please sign in to comment.