zfcampus / zf-apigility-admin-ui

UI code for Apiglity Admin
BSD 3-Clause "New" or "Revised" License
39 stars 37 forks source link

Fix removal of database adapter containing special chars in the name #158

Closed saulotoledo closed 4 years ago

saulotoledo commented 4 years ago

Fixes https://github.com/zfcampus/zf-apigility-admin-ui/issues/96.

Database adapters are currently removed by name. When the adapter is created with special characters in the name it cannot be removed. The current fix allows the removal of such databases.

michalbundyra commented 4 years ago

Thanks, @saulotoledo!