Skip to content

Commit

Permalink
SED-1022 Re-enabling "Export all entities recursively" per default
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromecomte committed Jun 1, 2022
1 parent 424bcd9 commit cfe74c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ angular.module('step',['ngStorage','ngCookies','angularResizable'])
title: function() {return title;},
path: function() {return path;},
filename: function() {return filename;},
recursively: function() {return false;},
recursively: function() {return true;},
parameters: function() {return false;}}
});
return modalInstance.result;
Expand Down

0 comments on commit cfe74c7

Please sign in to comment.