-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 3.7.4
-
Component/s: Scheduled Tasks
-
3.07
when we create a service with parameter, and after we delete this service.
The parameter is not deleted, They are always visible in database. (propertyentry, propertystring)
SQL :
select * from propertyentry where entity_name = 'ServiceConfig'
select * from propertyentry pe, propertystring ps where pe.id = ps.id and pe.entity_name = 'ServiceConfig'