Hi! the document is userRole
and the folder is SalesRole
Hi! the document is userRole
and the folder is SalesRole
hi for searching problem
I want SalesRole user3 can not see AccountRole user4 documemt,
so i remove userRole and just select accountRole in the security dialog for the folder that user4 create.(done by system login)
Thus user 3 can not see user 4 document when he login.
You can do this by adding the ...
For Search problem
my scenario is
user3 userRole, SalesRole
user4 userRole, AccountRole
For folder created by user3 i set to SalesRole only by removing userRole
For Folder created by user4 i set to AccountRole only by removing userRole
so user4 can not see user 3 folder when loggin
but user4 can ...
For the Delete problem, I think the problem is when you delete first
row
so i do the following change
final AsyncCallback callbackDeleteDocument = new AsyncCallback() {
public void onSuccess(Object result) {
table.delete();
//mantainSelectedRow(); modify by frankie to solve first row problem ...
Hi i still can searh a doucment even i have no read permission.
The search result are not filtered
Is this a bug?
Hi! i found a problem for searching
The user can search a document which does not allow him to read and write
is the follow change is correct
private boolean hasWriteAccess(Node node) throws javax.jcr.RepositoryException {
boolean canWrite = true;
AccessManager am = ((SessionImpl) node.getSession()).getAccessManager();
for (NodeIterator ni = node.getNodes(); ni.hasNext(); ) {
Node child = ni ...
Why can not delete an empty folder for 2b version even the folder is empty?
The user is read and write access
Why can not delete an empty folder for 2b version even the folder is empty?
The user is read and write access
The Document view that i mention is like this
http://www.scribd.com
or
http://vuzit.com/
or
http://view.samurajdata.se/(opensource)
or could it be done this by popup an IE when user click download to prevent client save the document like the following example?
http://www.dynamicdrive.com ...
If the permission option set to read only, Can openkm don\'t let user save the document on their pc ,just let them view the document on a document viewer?
This is because many companies don\'t want their staff to save comapany private document when they are at home.