OpusCapita / react-crudeditor

OpusCapita React CRUD Editor

Home Page:https://opuscapita.github.io/react-crudeditor/branches/master/?currentComponentName=ContractEditor&maxContainerWidth=100%25&showSidebar=false

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check Model Definition validity for ui.search and ui.[create|edit|show].formLayout

amourzenkov-sc opened this issue · comments

  1. Rename checkPropTypes() to checkModelDefinition().
  2. Implement checkSearchUi() and call it right after modelDefinition.ui.search call.
  3. Implement checkFormLayout() and call it right after modelDefinition.ui.edit.formLayout call.
  4. Move all module-definition-check-related stuff into a separate module.