You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2020/04/01 15:23:18 UTC

[cloudstack] branch 4.13 updated: Fixed create template from snapshot never returning (#4005)

This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.13 by this push:
     new a651eaa  Fixed create template from snapshot never returning (#4005)
a651eaa is described below

commit a651eaacdff284d598f89b7554755a431d90fc8a
Author: Spaceman1984 <49...@users.noreply.github.com>
AuthorDate: Wed Apr 1 17:22:47 2020 +0200

    Fixed create template from snapshot never returning (#4005)
---
 ui/scripts/sharedFunctions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/scripts/sharedFunctions.js b/ui/scripts/sharedFunctions.js
index d3e6fe8..48c6be5 100644
--- a/ui/scripts/sharedFunctions.js
+++ b/ui/scripts/sharedFunctions.js
@@ -2988,7 +2988,7 @@ cloudStack.createTemplateFromSnapshotMethod = function (){
                                 return {}; //nothing in this snapshot needs to be updated
                             },
                             getActionFilter: function() {
-                                return snapshotActionfilter;
+                                return cloudStack.actionFilter.snapshotActionfilter;
                             }
                         }
                     });