Registry Module

Registry module is a key module for data operation based on the metadata structures (for example for project management, events, programms etc.).

Configuration

Deploy

Setting requests frequency in deploy.json

Setting the server requests frequency to ensure that the object is not blocked in deploy.json:

"registry": {
   "globals": {
      "notificationCheckInterval": 60000 // раз в минуту
   }
}

Setting “createByCopy”

Configuring the display of the “Create more” button in deploy.json:

"createByCopy": [
          "person@khv-childzem" // класс
        ],

Filters

More details on filters here.

Setting help on filters

“Help” is placed in the template file - modules/registry/view/default/templates/view/list-filter-helper.ejs

Code requirements

Front-end components style here.