sardana-org / sardana

Moved to GitLab: https://gitlab.com/sardana-org/sardana
39 stars 52 forks source link

Validation of parameters in SpockCommandWidget requires refactoring (SF#456) #301

Open sf-migrator-bot opened 8 years ago

sf-migrator-bot commented 8 years ago

This ticket originates from [#451].

The current validation of parameters in SpockCommandWidget is not optimal. Refactoring is needed. In this process improvements should be done in order to allow execution of macros with string parameters set to either empty strings or strings containing white caracters (spock allows that using quotes).

Reported by: reszelaz ( http://sf.net/u/zreszela )

Original Ticket: sardana/tickets/456

sf-migrator-bot commented 8 years ago

Diff:


--- old
+++ new
@@ -1,2 +1,4 @@
+This ticket originates from [#451].
+
 The current validation of parameters in SpockCommandWidget is not optimal. Refactoring is needed.
-In this process improvements should be done in order to allow execution of macros with string parameters set to either empty strings or strings containing white caracters (spock allows that using quotes).
+In this process improvements should be done in order to allow execution of macros with string parameters set to either empty strings or strings containing white caracters (spock allows that using quotes). 

Original comment by: reszelaz (http://sf.net/u/zreszela)