google-code-export / openesignforms

Automatically exported from code.google.com/p/openesignforms
1 stars 0 forks source link

Crash when making radio button group #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make rbg1 in fields under a Library
2. In a document on that same library add fields ${rbg1Yes} ${rbg1No} $rbg1{NA}
3. Choose rbg1 from "Set from Library" dropdown

What is the expected output? What do you see instead?
Not sure. See attached

What version of the product are you using? On what operating system?
v14.3.15 Amazon Linux

Please provide any additional information below.

Probably not a big deal but should gracefully error out. I believe this is not 
the correct way to add radio buttons.

Original issue reported on code.google.com by theo...@megalithtechnologies.com on 1 Apr 2014 at 5:01

Attachments:

GoogleCodeExporter commented 9 years ago
Normally you'd not create field templates for reuse for a simple radio button, 
but you are right that it shouldn't throw an exception.  It's mostly used for 
fields that are commonly built and you want them to have a common setup, but 
it's not used much by anybody as far as I know. 

Original comment by yoz...@gmail.com on 6 Apr 2014 at 12:14

GoogleCodeExporter commented 9 years ago
We're having trouble reproducing this. What was the type of field you created 
in the library's 'Fields' for rbg1?  We tried radio button group, and it 
worked.  Radio button would be okay, but only if we also created a radio button 
group in the library's fields so the radio button could be assigned to a group.

If you have the logs from the time, can you get the exception that was 
produced?  We normally only need the very last set of "caused by" exceptions 
when there are chained as it's where the original exception happens.

Original comment by yoz...@gmail.com on 6 Apr 2014 at 12:33

GoogleCodeExporter commented 9 years ago
Looks like we were able to reproduce it.

It will be fixed in the 14.4.12 release.

Original comment by yoz...@gmail.com on 6 Apr 2014 at 1:05

GoogleCodeExporter commented 9 years ago
Great! I'm happy to see the software constantly improving! Keep up the good 
work!

Original comment by theo...@theodis.com on 6 Apr 2014 at 10:58