Filter criteria table within Create/Edit Filter dialog
contains list of existing filter conditions related to
specified filter. If there is changed order of rows,
ordered row ID is added into hidden variable
ADDEDCRITERIA_CHANGED_IDS. After submit there will be
updated filter criteria with these IDs.
ERROR: Rows within tjis filter criteria table are
contained by controls as combobox, editbox, ...
When something changes, there has to be stored ID of
currently changed row into variable
ADDEDCRITERIA_CHANGED_IDS. But these controls are
generated into the table by javascript. There is
already generated onChange event and there is called
fixOptions() function. Into this function add logic for
adding ID into the hidden parameter. Try to retrieve
currently changed ROW_ID and add it into the hidden param.