mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-01 10:30:15 +01:00
Modified sample_sms.txt to be subbed into in a sane way. Added ability to set context, due date, and show_from date from within an emailed message.
This commit is contained in:
parent
dc0c5bffa4
commit
6210d3033d
4 changed files with 118 additions and 4 deletions
9
test/fixtures/contexts.yml
vendored
9
test/fixtures/contexts.yml
vendored
|
|
@ -122,3 +122,12 @@ inbox:
|
|||
user_id: 4
|
||||
created_at: <%= today %>
|
||||
updated_at: <%= today %>
|
||||
|
||||
anothercontext:
|
||||
id: 14
|
||||
name: anothercontext
|
||||
position: 2
|
||||
hide: false
|
||||
user_id: 4
|
||||
created_at: <%= today %>
|
||||
updated_at: <%= today %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue