Skip to content

Commit

Permalink
#1318: removed "Description" from auto-generated folders to avoid acc…
Browse files Browse the repository at this point in the history
…idental overrides during update
  • Loading branch information
JoernBerkefeld committed May 14, 2024
1 parent e4c73ae commit edcdffe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Deployer.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,11 +478,11 @@ class Deployer {
folderMetadata[`on-the-fly-${i}`] = {
Path: folder,
Name: folder.split('/').pop(),
Description: '',
// Description: '', // not setting this does not break the deployment and also could not override its existing value in case we need to run an update
ContentType: contentType,
IsActive: true,
IsEditable: true,
AllowChildren: true,
IsActive: true, // would be auto-updated for existing folders if needed
IsEditable: true, // would be auto-updated for existing folders if needed
AllowChildren: true, // would be auto-updated for existing folders if needed
_generated: true,
};
}
Expand Down

0 comments on commit edcdffe

Please sign in to comment.