Comment 2 for bug 1411649

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to merlin (master)

Reviewed: https://review.openstack.org/177594
Committed: https://git.openstack.org/cgit/stackforge/merlin/commit/?id=0efc6355f774a0301306b06fd2a9104bb023d79a
Submitter: Jenkins
Branch: master

commit 0efc6355f774a0301306b06fd2a9104bb023d79a
Author: Timur Sufiev <email address hidden>
Date: Mon Apr 27 21:26:49 2015 +0300

    Rewrite <editable> directive

    Instead of showing popup for the value being edited it now allows
    editing the same value in-place, accompanied with 2 buttons - confirm
    & reject the edit. Only when one of 2 these buttons is pressed (or
    equivalend Enter/Esc keys are pressed) the value will be applied. The
    <editable> directive could be used both for changing Action/Workflow
    entity names, for changing dictionary and varlist keys.

    Change-Id: I4e7e1c0fcaed71aa649b1c9925a9b53005ff9a2d
    Closes-Bug: #1411649