7.1
I configured S3 as backend storage. When I delete documents from the system and trash, the document is not deleted from S3. I think this does not make sense because the storage on S3 will be bigger and bigger.
0 votes
1 answers
1 comments
1738 views
I have an advanced search content view where i want to display a field if condition is true. The mode of the widget is definet by “#{currentUser.isMemberOf('KartelistDPB') ? 'edit' : 'hidden'}“. The same expression is evaluated in forms but not in ...
3 votes
0 answers
0 comments
1649 views
I want to remove this searches but i can not find any extension which removes this action in nuxeo 7.1
1 votes
0 answers
0 comments
1429 views
Hi, I am new to Nuxeo and trying to build a front-end application using nuxeo and polymer js. We are using nuxeo file upload widget to upload certain files. Currently we are using the nuxeo-file element to upload the files. We need to change the ...
0 votes
0 answers
0 comments
1432 views
Hi I am customizing nuxeo platform with out nuxeo studio. I updated two xml files from my jar project which are DefaultContentListingInNavigation.contentView and global.search_form . After that i uploaded the updated jar in the server. the problem ...
0 votes
1 answers
2 comments
1479 views
I have a case when i have the same content view result but i do not want to show some columns to a specific group. Actual solution i build two different content views but I think putting advance configuration for columns in results would solve it. ...
2 votes
0 answers
0 comments
1518 views
Hi, I'm trying to add my custom encryption for files on storage, but I've several doubts: 1) I think have to create a jar module with my implementation, extending DefaultBinaryMagager (getBinary and storeAndDigest) I guess… but cannot found maven ...
0 votes
1 answers
0 comments
1716 views