Toggle and position of label

Hello,

found a little error in the toggle-render function. Using the property position with “label-left” puts the label to the right and not to the left.

Here is the fragment of the source code

toggle: {
	render:function(config){
		..
		if (config.position != "label-left")  <-- Should be == instead of !=
			return label_str + tpl;
		else
			return tpl + label_str;
	},

Hopes that helps …
Best regards

Horst Mürdter
Crossdata-Tools

Hello,

thank you! we have fixed label position.