mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-05 20:40:14 +01:00
fix #827. You can now select todos with tags using OR and AND
/todos/tag/tagA,tagB?and=tagC will select all todos with (tagA or tagB) AND tagC
This commit is contained in:
parent
2accbd0a32
commit
58d8bc56d1
9 changed files with 255 additions and 152 deletions
|
|
@ -391,10 +391,10 @@ en:
|
|||
all_completed: All completed actions
|
||||
feed_title_in_context: in context '%{context}'
|
||||
older_than_days: ""
|
||||
completed_tagged_page_title: TRACKS::Completed tasks with tag %{tag_name}
|
||||
completed_tagged_page_title: TRACKS::Completed tasks with tag '%{tag_name}'
|
||||
edit: Edit
|
||||
pending: Pending
|
||||
completed_actions_with: Completed actions with the tag %{tag_name}
|
||||
completed_actions_with: Completed actions with the tag '%{tag_name}'
|
||||
deleted_success: The action was deleted succesfully.
|
||||
completed_tasks_title: TRACKS::Completed tasks
|
||||
feed_title_in_project: in project '%{project}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue