Contact app doesnt allow you to add a user/group to give share permissions
Uncaught TypeError: Cannot read property 'users' of undefined
at Object.
The above is the error seen when inspecting with the console on chrome.
To reproduce try to input a user or group and it does not change to a box with an x in it basically does not add the user or group at all. When you hit enter to try and add the user the above error shows up at least 3 times in the console same file and code line.
What should happen is a box that has an x to remove the user or group that is going to be added but not added yet. What happens instead is that the username or group stay as text nothing else.
CentOS Linux release 7.3.1611 (Core) Apache 2.4.6 mariadb 5.5.52 php 5.4.16 Owncloud Version 9.1.3 Contacts Version 1.5.1
This system was updated from a previous version of 9.1
Contact is only activated app
Turns out the issue is triggered when the file sharing funtionality is turned off. I think this is an enhancement request that either the file share is renamed to sharing, or remove the dependency of the contact app to find users and groups on the system.