a13xh7 / QaraTMS

QaraTMS is open source test case, test suites, test plans and test runs management tool.
MIT License
62 stars 19 forks source link

Fix delete descendants #12

Closed ruby232 closed 1 year ago

ruby232 commented 1 year ago

Fix the error that occurs when deleting a Document or Suite.

When I attempt to delete the Document or Suite, fails to delete and throws an error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'delete from

Add config to force HTTPS schema

I use Docker with a reverse proxy, and I need to enforce the HTTPS schema.

I removed unnecessary code that was not being used.