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

Cannot read property 'totalCount' of undefined

estambakio-sc opened this issue · comments

master branch.

How to reproduce:

  • in model turn off view permission
  • open create view, fill in required fields
  • click save -> error appears in console.

111111

Looks like edit view is trying to access search state which is undefined because if view == false Redux doesn't receive search reducer.