Commit 0e74f73d authored by Simon Knox's avatar Simon Knox

Merge branch 'ss/add-can-update-to-board' into 'master'

Provide canUpdate to boards

See merge request gitlab-org/gitlab!43028
parents 932cad3a 5cbbe645
......@@ -86,6 +86,7 @@ export default () => {
boardId: $boardApp.dataset.boardId,
groupId: Number($boardApp.dataset.groupId) || null,
rootPath: $boardApp.dataset.rootPath,
canUpdate: $boardApp.dataset.canUpdate,
},
store,
apolloProvider,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment