Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Allow removal of document set items & added name on document set items export #2624

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open

Allow removal of document set items & added name on document set items export #2624

wants to merge 10 commits into from

Commits on Mar 25, 2020

  1. Changes to allow for an optional Remove boolean to be provided within…

    … AllowedContentTypes, SharedFields and WelcomePageFields to indicate an item should be removed. Also added an optional Name string attribute to provide an identifier for the field reference.
    KoenZomers committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    88ffb32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34fcfcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8413ce4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2116f25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db886aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    102bcec View commit details
    Browse the repository at this point in the history
  7. Added serializers for allowed content types and shared fields. Still …

    …need to do the welcome page fields.
    KoenZomers committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    dd29752 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    a088992 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    ae53270 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Added Name column to SharedFields and WelcomePageFields in DocumentSe…

    …tTemplate which gets filled on creating a template so it becomes more easy to identify which fields it are, added Remove boolean attribute on SharedFields, WelcomePageFields and AllowedContentTypes in DocumentSetTemplate to allow for any of those to explicitly be removed again from the document set. This wasn't possible before, you could only add.
    KoenZomers committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    a603935 View commit details
    Browse the repository at this point in the history