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

Do views update on metadata patch by default. #1555

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

ewelinagr
Copy link
Member

@ewelinagr ewelinagr commented Aug 30, 2024

Fixes FAIRSPC-103

@ewelinagr ewelinagr requested a review from tgreenwood August 30, 2024 08:52
@@ -60,7 +61,7 @@ protected void initApp() {
});
patch("/", (req, res) -> {
var model = deserialize(req.body(), req.contentType());
var doViewsUpdate = req.queryParamOrDefault(DO_VIEWS_UPDATE, FALSE.toString());
var doViewsUpdate = req.queryParamOrDefault(DO_VIEWS_UPDATE, TRUE.toString());
Copy link
Contributor

Choose a reason for hiding this comment

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

there are few more places in the api where it is set to false (see delete and put)

@ewelinagr ewelinagr force-pushed the do-views-update-default branch from 8e67287 to a07817b Compare September 2, 2024 12:20
@ewelinagr ewelinagr requested a review from tgreenwood September 2, 2024 12:20
@ewelinagr ewelinagr force-pushed the do-views-update-default branch from a07817b to e709d49 Compare September 2, 2024 12:33
@ewelinagr ewelinagr merged commit af01c83 into dev Sep 2, 2024
6 checks passed
@ewelinagr ewelinagr deleted the do-views-update-default branch September 2, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants