mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-02 05:30:23 +02:00
Enhancement - Permission
- Implemented new Permission object to manage tri-state confirmation of changes to multiple tasks.
This commit is contained in:
parent
6d3df6922b
commit
518aea870f
4 changed files with 113 additions and 6 deletions
|
@ -8,7 +8,7 @@ OBJECTS = ../TDB.o ../Task.o ../valid.o ../text.o ../Date.o ../Table.o \
|
|||
../Record.o ../StringTable.o ../Subst.o ../Nibbler.o ../Location.o \
|
||||
../Filter.o ../Context.o ../Keymap.o ../command.o ../interactive.o \
|
||||
../report.o ../Grid.o ../color.o ../rules.o ../recur.o ../custom.o \
|
||||
../import.o ../edit.o ../Timer.o
|
||||
../import.o ../edit.o ../Timer.o ../Permission.o
|
||||
|
||||
all: $(PROJECT)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue