Vered Volansky has uploaded a new change for review. Change subject: core: Fix action variable substitution ......................................................................
core: Fix action variable substitution Fix VAR__ACTION__ATTACH_ACTION_TO: action substitution was faulty, and now is "attach". VAR__ACTION__DETACH_ACTION_TO: action substitution + fix "dettach" typo (detach). Change-Id: If91484360ffa35b3c044695a8277cda491f37b3e Signed-off-by: Vered Volansky <[email protected]> --- M backend/manager/modules/utils/src/test/resources/AppErrors.properties 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/72/9072/1 diff --git a/backend/manager/modules/utils/src/test/resources/AppErrors.properties b/backend/manager/modules/utils/src/test/resources/AppErrors.properties index 3ba3d5e..3790d63 100644 --- a/backend/manager/modules/utils/src/test/resources/AppErrors.properties +++ b/backend/manager/modules/utils/src/test/resources/AppErrors.properties @@ -170,8 +170,8 @@ VAR__ACTION__SHUTDOWN=$action shutdown VAR__ACTION__EXPORT=$action export VAR__ACTION__IMPORT=$action import -VAR__ACTION__ATTACH_ACTION_TO=$action attach Action to -VAR__ACTION__DETACH_ACTION_TO=$action Dettach Action from +VAR__ACTION__ATTACH_ACTION_TO=$action attach +VAR__ACTION__DETACH_ACTION_TO=$action detach VAR__ACTION__MOVE=$action move VAR__ACTION__COPY=$action copy VAR__ACTION__CHANGE_CD=$Change CD -- To view, visit http://gerrit.ovirt.org/9072 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If91484360ffa35b3c044695a8277cda491f37b3e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vered Volansky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
