scijava-common icon indicating copy to clipboard operation
scijava-common copied to clipboard

Persist script parameters on a per-script basis

Open ctrueden opened this issue 10 years ago • 1 comments

Right now, the same class (ScriptModule) is always used when calling the PrefService to persist script input values. This means that two scripts which declare the same parameter name, even with different types, will stomp each other.

We should update the framework to use a (quasi?)-unique key per script.

ctrueden avatar Oct 05 '15 21:10 ctrueden

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/programmatically-updating-the-persisted-value-for-script-parameters/46082/7

imagesc-bot avatar Jan 07 '25 12:01 imagesc-bot