Actions
Feature #31832
closed[RFE] - request for IDs in system purpose bulk action dialog
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Description of problem:
For downstream automation of the system purpose bulk action process (Hosts > Content Hosts > Select action > Manage System purpose) I'd like to have unique IDs for the individual form items.
Right now the elements are identified by ng-model which would work, though I suspect these ng- tags won't persist once the form rewritten to React, the downstream tests will need to be rewritten too. So some future-proof IDs would be beneficial, downstream tests would remain functional after rewrite + could be used for regression testing
Actions