Page MenuHomeIn-Portal Phabricator

INP-1585 - Take value of "style" parameter of "inp_edit_multioptions" block into account
ClosedPublic

Authored by alex on Oct 19 2016, 6:14 AM.

Details

Test Plan
  1. in IDE:
    • open any editing template, that uses 'inp_edit_options' block
    • pick any field on that template, that uses 'inp_edit_options' block
    • change following for that field:
      • replace inp_edit_options with inp_edit_multioptions
  2. in Admin Console
    • go to template, that you're editing before
    • confirm, that for picked field the inp_edit_multioptions block is used and it's style attribute (in HTML) is empty or missing
  3. in IDE:
    • add style="height: 200px;" as attribute to picked above field using inp_edit_multioptions block
  4. in Admin Console
    • go to template, that you're editing before
    • confirm, that for picked field the inp_edit_multioptions block is used and it's style attribute matches the one specified in template

Diff Detail

Repository
rINP In-Portal
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

alex updated this revision to Diff 601.Oct 19 2016, 6:14 AM
alex retitled this revision from to INP-1585 - Take value of "style" parameter of "inp_edit_multioptions" block into account.
alex updated this object.
alex edited the test plan for this revision. (Show Details)
alex added 1 JIRA issue(s): INP-1585.
alex edited edge metadata.Oct 19 2016, 6:14 AM
alex added a project: Restricted Project.
erik accepted this revision.Oct 21 2016, 4:17 AM
erik edited edge metadata.
This revision is now accepted and ready to land.Oct 21 2016, 4:17 AM
This revision was automatically updated to reflect the committed changes.