Non-deletable records in module
Hello everyone.
I have module records which are containing the page 'content'( the main text). For each page I have 1 record. I would like to prevent user from being able to delete it or create new records in this module( by default all pages will have already their records).
'table_actions' => array('EDIT')
does not do what I need
Any suggestions?
Comments