openproject icon indicating copy to clipboard operation
openproject copied to clipboard

OpenProject is the leading open source project management software.

Results 555 openproject issues
Sort by recently updated
recently updated
newest added

ref: https://community.openproject.com/projects/openproject/work_packages/31973/activity

Modal redesign changes: - [x] WP deletion changes: The header section does not have a divider. The text has been modified to include the name of the WP inside. The...

Memoization does not suffice since multiple instance of `WorkingDays` can be created throughout a request leading to e.g.:

Closes https://community.openproject.org/work_packages/44213/activity

pullpreview

To try and reduce the flickering, re-open the modal in case the first request fails - even though we don't know the reason for it failing yet

Unset start and duration if selecting a new finish date < start through the today link or datepicker. https://community.openproject.org/wp/44191

bugfix
needs review

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...

needs review

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...

needs review

Before closing the date picker, We should reset the selected values for start and end dates. https://community.openproject.org/projects/openproject/work_packages/44152/activity

bugfix