Description of problem: Upon editing a data provider sql query, the data provider fields are not updated after saving, requiring data provider to be deleted to regenerate fields. Version-Release number of selected component (if applicable):6.0.0.GA How reproducible: Always Steps to Reproduce: 1.Create a SQL data provider 2.View the properties of that provider 3.Change the query to add additional fields 4.View the properties of provider and they will be the same Actual results: Properties remain the same as the original set. Expected results: Properties to reflected changed query after editing. Additional info:
Fixed. Github commit (master): https://github.com/droolsjbpm/dashboard-builder/commit/5a51090e0483e177c12e7286cf210cd629ff26a2 Github commit (6.0.x): https://github.com/droolsjbpm/dashboard-builder/commit/a2bc22a63769998a67cdc2b41bd60562a30160cf
Ok, the fix has been verified with BPMS 6.0.2 ER2