I created a custom model , it’s a copy of employee education model (with form and CRUD functional). But I couldn’t alive ‘Add new’ button of my module.
It was a news for my that I have to manually add link to my model in hrm.php. I suppose I missed something…
Should I register my new form (\wp-content\wp-content\plugins\erp\modules\hrm\views\js-templates\violation-form.php) somewhere as it was made for my new model (in hrm.php)?
P.S. I’ve done all modification in hrm.js, hrm.min.js, hrm.php and so on. But no result…
It’s really not possible to understand how you customized and what is happening in the customized situation. As you are a developer, I’d recommend you to debug the problem and work on the exact point based on the error. I believe you can do that 🙂