Here's an initial fix for this:

On line 1727 of library.php change the first line to the second:

if (is_array($flist)) $BOLTvar['#'][$page]['data'] = BOLTurl2utf(implode(",
", $flist));
if (is_array($flist)) $BOLTvar['#'][$page]['data'] =
BOLTurl2utf(implode(',', $flist));

I wanted to add a space to make the data variable a little easier to read
but it is interfering with how the new commands are processed. I'll see if
I can find a better solution. But this will solve the issue in the short
term.

Cheers,
Dan


On Mon, Jun 10, 2013 at 10:43 AM, mz <[email protected]> wrote:

> This simple forms works for me. You can change every data value you like.
> Try this to see the effect immediately:
>
>
> [form][submit]
> [text test1 "{:test1}"]
> [text test2 "{:test2}"]
> [text test3 "{:test3}"]
> [text test4 "{:test4}"]
> [command savedata test1,test2,test3,test4]
> [form]
>
> What does not work is action.data. I couldn't find out why either.
>
> Greetings, Martin
>
>
>
> Am Montag, 10. Juni 2013 10:54:08 UTC+2 schrieb jacmgr:
>
>> I don;t know how to fix that!  But here are some more symptoms that might
>> help.
>> Yes that works, but if you try to edit that new page, you will see the
>> data fields, but the changes will not be applied when you save. Same
>> problem if you change the existing data fields from a form.  So take the
>> form that you used to add 5 data fields.  After that try to change the data
>> fields. Can only change the first 2?
>>
>> The changes to data fields (after the first 2 fields) are not applied
>> when:
>> 1) Using the data action
>> 2) Using an edit form that changes the same fields.
>>
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "BoltWire" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/boltwire?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to