Hey Sanket,
There definitely appears to be a bug in the dirty flag handling (the thing that makes it say nothing’s changed) in that dialog. I’m looking into it right now. Thanks for the info.
--
You received this message because you are subscribed to the Google Groups "xnat_discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/xnat_discussion/-/0TAUgN9vBW0J.
To post to this group, send email to
xnat_di...@googlegroups.com.
To unsubscribe from this group, send email to
xnat_discussi...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/xnat_discussion?hl=en.
Hey Sanket,
I’m reasonably certain that the issue is related to how the form is getting “dirtied” in the interface. Basically there’s a check to keep you from saving settings when nothing’s been changed. Once you change a checkbox or setting in a tab, the Reset button should be activated and you should be able to save as well. The textbox on the anon script tab is a bit of a pain, because that requires capturing keystrokes and different browsers do this in different ways.
I’m guessing (hoping? J) that you pasted your changes to the script into the textbox, which won’t trigger the onkeypress event in many browsers . As a possible work-around in the short term, try just typing a few characters directly into the textbox, then deleting them. This SHOULD trigger the dirty mechanism and make it possible to save the changes to the anon script.
I have a fix that will be in 1.6.1 today that *should* make this work more as you’d expect.
We’ve tested the anon script itself and your changes work as we’d anticipate they would, the catch is just getting the script changes saved!
From: xnat_di...@googlegroups.com [mailto:xnat_di...@googlegroups.com]
On Behalf Of Sanket Gupte
Sent: Thursday, September 20, 2012 4:49 PM
To: xnat_di...@googlegroups.com
Subject: [XNAT Discussion] Re: XNAT 1.6: anonymization script issue
I was just going to make a post about this but thought about searching if someone has a similar issue. So, I am not the only one. :)
--
You received this message because you are subscribed to the Google Groups "xnat_discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/xnat_discussion/-/0TAUgN9vBW0J.
To post to this group, send email to
xnat_di...@googlegroups.com.
To unsubscribe from this group, send email to
xnat_discussi...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/xnat_discussion?hl=en.