Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
b28366a
[#72825] Test custom comments in project creation wizard
toy Mar 5, 2026
2d71431
move visit call from before block to every test
toy Mar 3, 2026
871a45a
test custom comments in project creation wizard
toy Mar 3, 2026
b29fa98
[#72822] API docs for the newly introduced custom comment fields
toy Mar 5, 2026
910768b
fix version model schemas to use allOf unambiguously
toy Feb 26, 2026
e4ee24d
add custom comment schema
toy Feb 26, 2026
60949e4
custom field properties in all project type schemas
toy Feb 26, 2026
acaf16e
custom comment properties in all project schemas
toy Feb 26, 2026
47207e2
add custom field properties to group, time entry, user and work packa…
toy Feb 26, 2026
5e103fe
[#72831] Cleanup project overview feature specs
toy Mar 5, 2026
dc0cdd1
use block of factory method in project custom fields overview shared …
toy Feb 25, 2026
86f3b83
use more general modal buttons instead of edit buttons in permissions…
toy Mar 2, 2026
05d5c31
rename open_edit_dialog_for_custom_field helper to open_modal_for_cus…
toy Mar 2, 2026
7a96165
add dialog helper to not repeat dialog opening
toy Mar 3, 2026
c19193c
extract method to submit dialog in overview custom field update spec
toy Mar 3, 2026
1432c7b
use an before vowels
toy Mar 3, 2026
4d61914
[#72832] Feature tests for project overview
toy Mar 5, 2026
a6deb71
test conditions for showing modal buttons
toy Mar 2, 2026
fa60968
test custom comment inputs in modals opened from overview
toy Mar 3, 2026
214ecda
test preserving custom comment in overview modals after failed valida…
toy Mar 3, 2026
f1eb93e
test saving custom comment
toy Mar 3, 2026
e13e4cd
test readonly custom field modal from project overview
toy Mar 3, 2026
9eaa0f8
use an before vowels
toy Mar 3, 2026
4ee00a8
add-docs-on-budget-widgets (#22235)
MayaBerd Mar 6, 2026
9ce05eb
[#72754] 17.2 external links changes https://community.openproject.o…
MayaBerd Mar 6, 2026
55e314e
Merge pull request #22218 from opf/code-maintenance/72832-feature-tes…
ulferts Mar 6, 2026
0634331
Add caption to project autocompleter
mrmir Mar 6, 2026
700fe38
Update blankslate description
mrmir Mar 6, 2026
c4a65d4
Update meeting template page button
mrmir Mar 6, 2026
737ca8d
Merge pull request #22213 from opf/code-maintenance/72822-api-docs-fo…
ulferts Mar 6, 2026
97ba106
Update specs
mrmir Mar 6, 2026
549b431
Merge pull request #22236 from opf/bug/72375-missing-caption-in-new-t…
mrmir Mar 6, 2026
b249d6c
[#72759] Rename status boards https://community.openproject.org/work…
MayaBerd Mar 6, 2026
0d4159f
Merge pull request #22217 from opf/code-maintenance/72831-cleanup-pro…
ulferts Mar 6, 2026
89cf05e
Merge pull request #22216 from opf/code-maintenance/72825-test-custom…
toy Mar 6, 2026
712f7a1
update locales from crowdin [ci skip]
openprojectci Mar 7, 2026
4e5e3f0
update locales from crowdin [ci skip]
openprojectci Mar 8, 2026
ec996d4
Merge branch 'dev' into HEAD
myabc Mar 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/apiv3/components/examples/portfolio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ value:
createdAt: '2014-05-21T08:51:20.396Z'
updatedAt: '2014-05-21T08:51:20.396Z'
customField123: 123
customComment123: Why is the value 123?
1 change: 1 addition & 0 deletions docs/api/apiv3/components/examples/portfolio_body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ value:
description:
raw: Lorem **ipsum** dolor sit amet
customField123: 123
customComment123: Because it is 123!
_links:
parent:
href: "/api/v3/portfolios/123"
Expand Down
1 change: 1 addition & 0 deletions docs/api/apiv3/components/examples/program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ value:
createdAt: '2014-05-21T08:51:20.396Z'
updatedAt: '2014-05-21T08:51:20.396Z'
customField123: 123
customComment123: Why is the value 123?
1 change: 1 addition & 0 deletions docs/api/apiv3/components/examples/program_body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ value:
description:
raw: Lorem **ipsum** dolor sit amet
customField123: 123
customComment123: Because it is 123!
_links:
parent:
href: "/api/v3/programs/123"
Expand Down
1 change: 1 addition & 0 deletions docs/api/apiv3/components/examples/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ value:
createdAt: '2014-05-21T08:51:20.396Z'
updatedAt: '2014-05-21T08:51:20.396Z'
customField123: 123
customComment123: Why is the value 123?
1 change: 1 addition & 0 deletions docs/api/apiv3/components/examples/project_body.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ value:
description:
raw: Lorem **ipsum** dolor sit amet
customField123: 123
customComment123: Because it is 123!
_links:
parent:
href: "/api/v3/projects/123"
Expand Down
12 changes: 12 additions & 0 deletions docs/api/apiv3/components/schemas/custom_comment_properties.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Schema: CustomCommentProperties
---
type: object
patternProperties:
"^customComment\\d+$":
type:
- "null"
- string
description: |-
A plain-text comment associated with a project custom field that has comments enabled.

The property is only present when the corresponding `customField{N}` has `has_comment` set to `true`.
1 change: 1 addition & 0 deletions docs/api/apiv3/components/schemas/group_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
---
allOf:
- $ref: './principal_model.yml'
- $ref: "./custom_field_properties.yml"
- type: object
required:
- _type
Expand Down
Loading
Loading