HF-02
Hello, I have the simple property <xs:element name="para"> <xs:simpleType> <xs:list> <xs:simpleType> <xs:restriction base="xs:string" ref:resolver="userManagerResolver" ref:type="user"/> </xs:simpleType> ...
0 votes
1 answers
2 comments
817 views
Hi, We are in https on our nuxeo server, but when we want to access to thumbnail or download file in our web-app we got SSL_ERROR_RX_RECORD_TOO_LONG (firefox) OR ERR_SSL_PROTOCOL_ERROR Why thumbnail url always contains a 80 port ? "thumbnail": { ...
0 votes
1 answers
0 comments
3455 views
Hi Thomas, After packaging my angular app as nuxeo module and deployed to nuxeo server side, I got nuxeo a REST API issue on user behind CAS connection : OPTIONS http://localhost:8080/nuxeo/json/cmis net::ERR_NAME_NOT_RESOLVED
Fetch API cannot load ...
0 votes
1 answers
0 comments
2110 views
Hi, I try to use angular-nuxeo to attach a blob, but I get excute exception. Here is my code : documentUploader(uid: string, file : File): IPromise<Object> { let defer = this.$q.defer(); let options : any = {}; options.operationId = ...
0 votes
8 answers
8 comments
2421 views
I submit a bug report+patch here because I could not find out how to get a JIRA account. We encountered an exception while trying to remove a permission associated to a group. The issue is related to the group ID format that includes “:” characters ...
0 votes
1 answers
5 comments
2795 views
Hi people, I have noticed a bug in Nuxeo 7.10 which was present since the first release : Nuxeo 7.10 HF00. This bug has already been corrected in Nuxeo 5.8 but reappeared in Nuxeo 7.10. https://jira.nuxeo.com/browse/NXP-15291 So I want to report it ...
0 votes
1 answers
0 comments
1919 views