Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
5a91e446
Commit
5a91e446
authored
Nov 11, 2021
by
Claudio Cambra
Browse files
Fixed Create Task placeholder helpful action
parent
d06eed8f
Pipeline
#96448
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/TodoTreeView.qml
View file @
5a91e446
...
...
@@ -74,7 +74,7 @@ TreeListView {
helpfulAction
:
Kirigami.Action
{
text
:
i18n
(
"
Create
"
)
icon.name
:
"
list-add
"
onTriggered
:
root
.
addTodo
(
filter
C
ollectionId
);
onTriggered
:
root
.
addTodo
(
filter
.
c
ollectionId
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment