Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/2.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Oct 26, 2023
2 parents 653812f + 094619a commit 5ef7a0b
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 168 deletions.
2 changes: 2 additions & 0 deletions e2e/cypress/support/forms/editCompany.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ class EditCompanyFormWrapper extends BaseForm {
} else {
this.getFormElement('[data-test-id="save-btn"]').click();
}
// wait for sidebar to close
this.getFormElement('[data-test-id="save-btn"]').should('not.exist');
}

getNewlyCreatedCompanyId(callback) {
Expand Down
2 changes: 1 addition & 1 deletion newsroom/topics/topics.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class TopicsResource(newsroom.Resource):
"navigation": {
"type": "list",
"nullable": True,
"schema": {"type": "string"},
"schema": newsroom.Resource.rel("navigations"),
},
"original_creator": newsroom.Resource.rel("users"),
"version_creator": newsroom.Resource.rel("users"),
Expand Down
Binary file modified newsroom/translations/fi/LC_MESSAGES/messages.mo
Binary file not shown.
Loading

0 comments on commit 5ef7a0b

Please sign in to comment.