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

Fix historic attributes query #14188

Closed

Conversation

klaustopher
Copy link
Contributor

The historic attributes query needs to modify the WHERE conditions as well now. Previously everything was fixed because we simply JOINed the permission related stuff. Now we have the UNION query that selects allowed_to for projects and work packages. So we need to build a new AST Walker, that also modifies all the other conditions where work_packages table is joined and move it to journalized_work_packages.

bsatarnejad and others added 30 commits November 7, 2023 15:55
…ft-instead-of-being-on-the-right-of-the-custom-fields-page-in-project-settings

[15285] Custom field button moved left (instead of being on the right) of the Custom fields page in Project settings
… limit has been reached already when opening the modal
Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.53.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
fix(docs): use lowercase filename
ulferts and others added 15 commits November 20, 2023 13:41
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.2 to 3.33.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.3/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Add optimistic locking to meetings and agenda items
Show meeting tab when user has view_meetings anywhere
This was specified to already be the case according to the documentation but was never implemented
Bumps [codemirror](https://github.com/codemirror/basic-setup) from 5.65.15 to 5.65.16.
- [Changelog](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/basic-setup/commits)

---
updated-dependencies:
- dependency-name: codemirror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…irect-to-project-foler-with-waiting-under-projectsproject_idproject_storagesidopen

[#50437] Rename ensure_access to ensure_connection.
@klaustopher klaustopher marked this pull request as ready for review November 21, 2023 10:21
@klaustopher klaustopher requested a review from ulferts November 21, 2023 10:22
Andreas Pfohl and others added 9 commits November 21, 2023 14:18
…#14186)

* [OP-50740] Set width of primer form inputs to :large in storage forms

* [OP-50740]: set input widths for the oauth client form

* [OP-50740]: change the provider type select input width to small

* [OP-50740]: update the version in the overrides section as well

---------

Co-authored-by: Kabiru Mwenja <[email protected]>
@klaustopher klaustopher force-pushed the fix-historic-attributes branch from e606923 to 3b3da05 Compare November 21, 2023 11:52
@klaustopher klaustopher deleted the fix-historic-attributes branch November 21, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.