1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Christy Jacob 2019-10-05 18:43:43 +05:30
commit 65e017e472
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
## Planned Issues
* Added 7 new locales for locale service and email templates (af, cz, hu, lt, no, ru, sv, ta, vi, zh-cn, zh-tw)
* Added 7 new locales for locale service and email templates (af, cz, hu, lt, no, ru, si, sv, ta, vi, zh-cn, zh-tw)
* New users service routes to allow updates pref, email and name update
* 2 stage Docker build
* New database rule validation options

View file

@ -197,7 +197,7 @@ $collections = [
'key' => 'name',
'type' => 'text',
'default' => '',
'required' => true,
'required' => false,
'array' => false,
],
[