diff --git a/submodules/strategy/strategy.js b/submodules/strategy/strategy.js index eac3610..d81bd50 100644 --- a/submodules/strategy/strategy.js +++ b/submodules/strategy/strategy.js @@ -433,6 +433,7 @@ define(function(require){ }; } }), + actionLinksEnabled: _.isEmpty(callflow.flow.data), spareLinkEnabled: (_.countBy(accountNumbers, function(number) {return number.used_by ? 'assigned' : 'spare';})['spare'] > 0), }, template = monster.template(self, 'strategy-'+templateName, templateData); diff --git a/views/strategy-faxingnum.html b/views/strategy-faxingnum.html index 8569ea3..57508e4 100644 --- a/views/strategy-faxingnum.html +++ b/views/strategy-faxingnum.html @@ -15,6 +15,7 @@
\ No newline at end of file diff --git a/views/strategy-layout.html b/views/strategy-layout.html index 8147caf..8b71dac 100644 --- a/views/strategy-layout.html +++ b/views/strategy-layout.html @@ -100,7 +100,7 @@