- Oct 28, 2019
-
-
ulferts authored
Avoid setting createAllowed=false after initialization of versions
-
ulferts authored
-
David Larsson authored
-
Oliver Günther authored
When the timing is just right, the result of `createAllowed` setting in the version autocompleter is performed before the initialization of the parent ng-select. This results in the createAllowed defaulting back to false even though it is allowed
-
ulferts authored
-
Oliver Günther authored
do not render duplicate roles in memberships representer [ci skip]
-
Oliver Günther authored
[31545] Dont submit empty version on backspace [ci skip]
- Oct 27, 2019
-
-
Travis CI User authored
-
- Oct 26, 2019
-
-
Travis CI User authored
-
- Oct 25, 2019
-
-
ulferts authored
A user can receive duplicate roles for a membership when being added first as an individual and then again as part of a group.
-
Oliver Günther authored
Feature/grid d n d to bottom [ci skip]
-
Oliver Günther authored
[31504] Reload attachments again after coming from list [ci skip]
-
Wieland Lindenthal authored
[31525] Widgets overlap each other
-
Oliver Günther authored
[31537] Can not inline create versions [ci skip]
-
Oliver Günther authored
Due to the way the attachments are embedded in HAL, we can end up with two situations: 1. We load the work package in single-view and attachments are embedded ($loaded = true) 2. We load the work package in the list and attachments are not embedded ($loaded = false) The attachment-list doesn't properly reload the attachments in the first case after being initialized. Assume you open the single-view, upload an attachment and then let the list reload, the work package attachments will become unloaded since they are contained in the work package resource and not in a separate state. We thus have to reload attachments more often to ensure they get reloaded in this case. The proper solution would be to have attachments tracked in a separate resource. https://community.openproject.com/wp/31504
-
Henriette Dinger authored
-
ulferts authored
-
Oliver Günther authored
[31531] Fix visiting history wiki content [ci skip]
-
- Oct 24, 2019
-
-
Henriette Dinger authored
Keep limited size after the drop. Otherwise the end result will differ (and error) from the drag result
-
ulferts authored
-
Henriette Dinger authored
-
ulferts authored
-
ulferts authored
-
Travis CI User authored
-
Wieland Lindenthal authored
fix dragging to outside of grid
-
ulferts authored
AS the code relied on the mousedOverArea, and that area was not set when moving outside of the grid or over another widget, the drop failed. As we no longer rely on the drop even being fired by the receiving grid-area but listen to the drop event on the moved widget area we can get rid of the stop() function which used to complicate things. By that, we can also simplify the abort case and no longer need to maintin the magic `aborted` variable
-
Henriette Dinger authored
[ci skip]
-
Oliver Günther authored
[31513] Re-add the parent_id in the SetAttributeService [ci skip]
-
- Oct 23, 2019
-
-
Travis CI User authored
-
ulferts authored
Merge pull request #7820 from opf/fix/31505-Blank-Gantt-chart-shown-when-switching-from-fullscreen-back-to-saved-view [31505] Blank Gantt chart shown when switching from fullscreen back to saved view
-
ulferts authored
Fix/grid d n d on replacing higher widgets
-
Henriette Dinger authored
-
ulferts authored
-
ulferts authored
-
Oliver Günther authored
[31506] Avoid board double submit [ci skip]
-
ulferts authored
fix resizing multi column widgets
-