-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: CODEGEN-3.0
-
Fix Version/s: CODEGEN-1.6.0
-
Component/s: Nuxeo CLI
-
Tags:
-
Sprint:nxProduct-W27
In Studio
- Create a toto schema
Inside it: - Create a haha field
Using nuxeo cli
- Launch nuxeo studio sync command and generate constants
public static final String TOTO_HAHA_PROPERY = "toto:HAHA";
=> Id should be "[...]_PROPERTY" and not "PROPERY" (missing a T).