ow2-proactive/scheduling

RM portal: add/edit nodesource window

Mykhailenko opened this issue · 1 comments

When user add/edit node source, there is a providerAccessType field.
This field is very vulnerable to any inputs in the wrong format.
After one mistake in this field, it is not possible to work with node sources which was edited.

  1. Steps to reproduce:
  2. add any nodesource
  3. undeploy it
  4. click on 'Edit Node Source'
  5. put some mess in the providerAccessType field
  6. click "Deploy" or "Save and Keep Undeployed"

It shows the error saying: "A node source must be undeployed to be edited", which is clearly wrong because node source is already undeployed.

Moved to scheduling-portal: ow2-proactive/scheduling-portal#480