#3605 [Web UI]Move actions/buttons spec from factories to pre_ops associated with the factories
Closed: Fixed None Opened 10 years ago by pvoborni.

Move actions/buttons spec from factories to pre_ops associated with
the factories.

Example of stuff to be moved (search.js):
spec.actions = spec.actions || [];
spec.actions.unshift(
'refresh',
'batch_remove',
'add');

It will simplify/allow removal of those items in spec or pre_ops of child
factories. Currently there is no way how to intercept them.

Part of Web UI stabilization after refactoring.


master:

  • 17caa5d Unite and move facet pre_ops to related modules
  • 6e90920 Move spec modifications from facet factories to pre_ops

ipa-3-2:

  • 1fa003b Unite and move facet pre_ops to related modules
  • 7fbfbcb Move spec modifications from facet factories to pre_ops

master:

  • ec41744 Regression fix: missing control buttons in nested search facets

ipa-3-2:

  • be67064 Regression fix: missing control buttons in nested search facets

Metadata Update from @pvoborni:
- Issue assigned to pvoborni
- Issue set to the milestone: FreeIPA 3.2.x - 2013/05 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata