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
The source code generated via this tool is incomplete for data types that has publication workflow on it. For data that needs the publication workflow, data scoped for both "public" and "administrated" is needed, but the output only contains this declaration:
[DataScope("public")]
The effect is that the data type will always be saved to the public scope (automatically published).
Repro:
Install package
Create a data type that has "Has publishing" checked under "Services"
Use "Download Data Type Source Code" and examine the type's attributes.
Expected: DataScope("public") and DataScope("administrated")
Actual: DataScope("public")
The text was updated successfully, but these errors were encountered:
The source code generated via this tool is incomplete for data types that has publication workflow on it. For data that needs the publication workflow, data scoped for both "public" and "administrated" is needed, but the output only contains this declaration:
[DataScope("public")]
The effect is that the data type will always be saved to the public scope (automatically published).
Repro:
Expected: DataScope("public") and DataScope("administrated")
Actual: DataScope("public")
The text was updated successfully, but these errors were encountered: