Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to mitigate this, an option has been added to the Sierra HostLMS - the two options for sierra HostLMS implementations are:

  1. Item hold

  2. Title hold

Item hold

Code Block
{
  "id":"'`uuidgen --sha1 -n $HOSTLMS_NS_UUID --name TEST`'", 
  "code":"TEST", 
  "name":"Test", 
  "lmsClientClass": "org.olf.dcb.core.interaction.sierra.SierraLmsClient", 
  "clientConfig": { 
    ....
    "holdPolicy": "item"
    ....
  }
}

...