openproject
openproject copied to clipboard
OpenProject is the leading open source project management software.
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
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
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...
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