I am creating an app for our use case and can only get the translations in the context of the app or admin account. Here is my default.meta in the metadata dir of the app:
# Application-level permissions
[]
access = read : [ * ], write : [ admin, power ]
### EVENT TYPES
[eventtypes]
export = system
### PROPS
[props]
export = system
### TRANSFORMS
[transforms]
export = system
### LOOKUPS
[lookups]
export = system
### VIEWSTATES: even normal users should be able to create shared viewstates
[viewstates]
access = read : [ * ], write : [ * ]
export = system
What am I missing? I have set the all to be viewable in All Apps. Any help is much appreciated! Thanks!
I think I found the answer... Something in my users folder was causing this to happen, so I deleted my user and blew away the dir and all works fine now. Weird but true!
I think I found the answer... Something in my users folder was causing this to happen, so I deleted my user and blew away the dir and all works fine now. Weird but true!