[WEB-3748, 3749] feat: work item description version history (#6863)

* chore: work item description versions

* chore: intake issue description

* chore: intake work item description versions

* chore: add missing translations

* chore: endpoint for intake description version

* chore: renamed key to work item

* chore: changed the paginator class

* chore: authorization added

* chore: added the enum validation

* chore: removed extra validations

* chore: added extra validations

* chore: modal position

---------

Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com>
This commit is contained in:
Aaryan Khandelwal 2025-04-04 20:09:02 +05:30 committed by GitHub
parent 4f68aaafa6
commit 34337f90c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 978 additions and 102 deletions

View file

@ -2430,5 +2430,11 @@
"module": {
"label": "{count, plural, one {モジュール} other {モジュール}}",
"no_module": "モジュールなし"
},
"description_versions": {
"last_edited_by": "最終編集者",
"previously_edited_by": "以前の編集者",
"edited_by": "編集者"
}
}