Jens Ulferts
Jens Ulferts
[#36827] Creating work package in status not available for work package type Currently whether the status of a to be created work package is included in the workflows is not...
End of the week attempt to store the handler information of delayed job as jsonb instead of yaml as jsonb can be indexed. I haven't performed extensive tests yet. Especially...
Memoization does not suffice since multiple instance of `WorkingDays` can be created throughout a request leading to e.g.:
https://community.openproject.org/wp/44214 ### TODO * [x] Trigger `WorkPackages::ApplyWorkingDaysChangeJob` whenever the `working_days` Setting is altered. * [x] Avoid having `working_days` Setting specific code in the `Settings::UpdateService` * A `on_change` callback parameter is...
This includes e.g. followers, descendants and ancestors. Ideally, the values returned would be unique but multiple services can have altered the same work package. Thus, a caller will need to...
Moves copying of attachments into the copy services (for work packages and wiki) so that copying of attachments will be included whenever the service is used. This will lead to...
Aims for a simple link between actions in GitHub webhook payloads and custom actions defined in OpenProject. **Acceptance criteria** * [ ] Administration to select a custom action for the...
Fixes the visible scope of `LaborBudgetItem`. It was broken in multiple places: * Unless a project was provided, no scope (nil) was returned. In effect, that lead to the visible...
According to the rack timout documentation https://github.com/zombocom/rack-timeout/blob/main/doc/settings.md#service-timeout "Service timeout can be disabled entirely by setting the property to 0 or false." Limiting the service timeout to be active only in...