Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.6 KB

registry.md

File metadata and controls

60 lines (35 loc) · 1.6 KB

Back: Modules

The "Registry" module

The registry module – is a central module designed specifically for working with data based on metadata structures - including project management, programs, events, etc.

Setting

Deploy

Configure polling frequency in deploy.json

Setting the frequency of polling the server to check that the objects is not blicked in deploy.json:

"registry": {
   "globals": {
      "notificationCheckInterval": 60000 // once in a minute
   }
}

Setting "createByCopy"

Setting to display the "Create more" button in deploy.json:

"createByCopy": [
          "person@khv-childzem" // class
        ],

Filters

For more information on the filters see here.

Setting "help" on filters

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

Code requirements

Frontend component writing style is here


iondv metrics

Copyright (c) 2018 LLC "ION DV".
All rights reserved.