contacts icon indicating copy to clipboard operation
contacts copied to clipboard

Contact app doesnt allow you to add a user/group to give share permissions

Open eagles051387 opened this issue 9 years ago • 1 comments

Uncaught TypeError: Cannot read property 'users' of undefined at Object. (addressBook_controller.js:43) at Object. (jquery.min.js?v=205a419…:2) at j (jquery.min.js?v=205a419…:2) at Object.fireWith [as resolveWith] (jquery.min.js?v=205a419…:2) at x (jquery.min.js?v=205a419…:4) at XMLHttpRequest. (jquery.min.js?v=205a419…:4)

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

eagles051387 avatar Dec 29 '16 01:12 eagles051387

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.

eagles051387 avatar Dec 29 '16 18:12 eagles051387