stable
Clone or download
Read-only
Part of: story #13629: Update the title semantic of a card How to test: - Using vue-devtools, inspect the rootstate --> The title_field_id is bound to each tracker --> It is null if the tracker has no semantic title Change-Id: Ic168a9c69a4debd03bbad68881b7eea8af73d5a7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/include/Tracker/TrackerPresenter.php | +4 | −1 | Go to diff View file |
M | plugins/taskboard/include/Tracker/TrackerPresenterCollectionBuilder.php | +13 | −2 | Go to diff View file |
M | plugins/taskboard/phpunit/Board/BoardPresenterTest.php | +1 | −1 | Go to diff View file |
M | plugins/taskboard/phpunit/Tracker/TrackerPresenterCollectionBuilderTest.php | +30 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/index.ts | +7 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/store/type.ts | +7 | −0 | Go to diff View file |