You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slashes are not allowed in document.name. For now, workaround : replaced by '-'. I understand it's bad practice, but is there any way ? Else if we store it in another (custom) property, will it be the same performance-wise (indexed field in db...) ?
live document proxy do not support Folderish : adding a document in a proxy folder does not add it in the proxied one, and asking for children of a proxy folder does not return those of the proxied one
The text was updated successfully, but these errors were encountered:
Indeed slashes are not allowed in the name propertY because the name property is part of the path !
There is no simple way to workaround that.
You can use title or any another property to store whatever text you need.
If you need to search on that property simply create an Index in the db ...
As for the proxy stuff : indeed the proxy to a folderish item does not return the children of the target doc.
That exactly the reason why I asked for use case and added a mockup for using a pageprovider for the getchidlren method ...
Just give me a clean test case of what you need to do and I'll see what I can do ...
Implement final SOA model in Nuxeo, along draft Nuxeo type definition following specification.
Nuxeo issues
TODO tdelprat help solve them
The text was updated successfully, but these errors were encountered: