8 Commits

Author SHA1 Message Date
OpenProject Actions CI 95a9a4ab07 Merge branch 'release/17.3' into dev 2026-04-02 04:19:56 +00:00
Tomas Hykel 76ea2c83c4 [#73605] Add missing permission to fix identifier suggestion for sub-project creation 2026-04-01 12:46:45 +02:00
Kabiru Mwenja d3734a7485 Rename work_packages_identifier setting values to "classic" and "semantic"
The setting previously used "numeric" and "alphanumeric" as its allowed
values. Rename them to "classic" and "semantic" to better align with the
product terminology for the work package identifier modes.

Includes a migration to update any stored setting values in the database,
updated constants and helper methods on Setting::WorkPackageIdentifier,
and all corresponding references across models, components, forms,
frontend controllers, locales, and specs.
2026-03-28 10:01:57 +03:00
Tomas Hykel 8439987508 switch to a singular suggestion controller and iron out the route entry 2026-03-19 22:09:53 +01:00
Tomas Hykel 42e84eb465 fix identifier_suggestion test permissions 2026-03-19 09:03:23 +01:00
Tomas Hykel 69561040e2 add more tests 2026-03-16 22:16:30 +01:00
Tomas Hykel 740459a431 remove feature flags from the tests 2026-03-16 21:23:07 +01:00
Tomas Hykel a30973cdc7 [#72855] Add semantic identifier support to "Add Project" 2026-03-12 21:51:01 +01:00