Frysk GUI deletes user-entered custom observer filter and action arguments In the Frysk gui as built from CVS head on 20060622, navigating the gui deletes custom observer action and filter arguments. To recreate: 1) Create a new custom observer. 2) Enter values for filter and action arguments (see attachment 1 [details]). 3) Select OK to return to Observer menu. 4) Edit newly created Observer - note that action arguments are deleted (see attachment 2 [details]). 5) Select OK to return to Observer menu. 6) Select Apply then OK to save changes. 7) Exit Frysk gui 8) Re-enter Frysk gui 9) Edit newly created Observer - note that filter arguments are deleted (see attachment 3 [details]).
Created attachment 1108 [details] Screenshot 1
Created attachment 1109 [details] Screenshot 2
Created attachment 1110 [details] Screenshot3
You don't even need to restart Frysk to have this happen - after creating the observer, just edit it and hit 'OK' from the edit dialog a couple times and the filter and action arguments dissapear
2006-06-23 Mike Cvet <mcvet@redhat.com> * ActionRow.java (ActionRow): Applies the information contained in the row regardless if an event was passed to the argumentEntry box or not. Fix for #2817. * FilterRow.java (FilterRow): ditto.