KIZI / EasyMiner-EasyMinerCenter

Integration part of EasyMiner project, PHP UI-backend application
Apache License 2.0
6 stars 8 forks source link

Bugfixes - js validation for ajax forms & DB schema and entities sync #194

Closed soulekamil closed 6 years ago

soulekamil commented 7 years ago

This commit fixes these bugs:

  1. Broken validation for ajax forms - they can be submitted with errors (for example on page "Upload dataset - configure columns" form can be submitted with empty or duplicate names)
  2. DB model and entities sync - UUID was removed from Task entity, but remained as column in DB (this cause failure when user tries to mine rules with new miner)

I suggest merging at least the sql script change to branch v2.4 as well, since this fixes major bug.

vojir commented 7 years ago

task_uuid removed from DB export in branch v2.4