When a user has access to an object through a group but no access to the library or content type, the Fabric Browser breaks in two ways:
The code is looking for a property on an object that is undefined (library)
client ContentType fails because the user doesn't have access to the content type
This adds a simple check for the library and checks the user's access rights to the content type. If they have no access, ContentType is called with the publicOnly flag.
When a user has access to an object through a group but no access to the library or content type, the Fabric Browser breaks in two ways:
This adds a simple check for the library and checks the user's access rights to the content type. If they have no access, ContentType is called with the
publicOnly
flag.