die-wegmeister / Wegmeister.DatabaseStorage

A Neos CMS plugin to store data into Database and export it as xlsx (and other table formats). Also compatible with the Neos FormBuilder (https://github.com/neos/form-builder).
GNU General Public License v3.0
5 stars 7 forks source link

Add possibility to remove a single entry #12

Closed Benjamin-K closed 6 years ago

Benjamin-K commented 6 years ago

Currently you can only remove all entries from the backend. To remove a single entry you will have to do this through the database directly. Therefore two things need to be added:

Benjamin-K commented 6 years ago

Fixed with a93a48a1544e10a12fe760ee57d462e1765cf66d.