Doug Lauder
46801d72cb
Fix panic in PropDef.GetValue for person
property types. ( #2218 )
...
* Fixed panic in PropDef.GetValue for `person` property types.
- the GetUserByID API can return a nil user and nil error
* return userid
2022-02-02 06:39:35 -07:00
Doug Lauder
60af00ac3c
Resolve usernames for person
property type ( #2116 )
...
* resolve usernames for property types
2022-01-18 13:08:28 -05:00
Doug Lauder
b33b998f9e
Fix prop change formatting for date & multiselect ( #2110 )
...
* fix prop value formatting for date & multiselect
* support date ranges
2022-01-12 15:24:28 -07:00
Doug Lauder
75bd409ba0
Notifications phase 1 ( #1851 )
...
Backend support for subscribing/unsubscribing to blocks, typically cards and boards. Notifies subscribers when changes are made to cards they are subscribed to.
2021-12-10 10:46:37 -05:00