MetaModels / core

MetaModels Core Module
GNU Lesser General Public License v3.0
95 stars 42 forks source link

Add permission checkbox for duplicate item at edit mask #1462

Open zonky2 opened 2 years ago

zonky2 commented 2 years ago

Add permission checkbox for duplicate item at edit mask

current we have create, edit and delete

especially with FEE, it is often not desired to be allowed to duplicate records

Is it necessary to introduce a new method here? https://github.com/contao-community-alliance/dc-general/blob/61ffe2081323104b38ad951b2fbb3cb4b0f1a025/src/DataDefinition/Definition/BasicDefinitionInterface.php#L233

zonky2 commented 2 years ago

currently not possible without BC break - you can implement this with own listener

we look at future...