Page MenuHomeWrite.as

Support more attributes when creating a collection
Open, LowPublic

Description

Overview

Today it's only possible to specify an alias and title when creating a collection. We should support all collection attributes that make sense, like:

  • style_sheet
  • script (only supported on Write.as, though database column exists in WF)
  • private (field: Visibility)
  • format

Implementation

Accept all of these parameters. Update collection creation query to insert all values.