This field shown empty when viewing from Joomla backend.
I've checked database and found that there is some difference in the representation of some parameters between the list I edited after upgrade and those untouched.
For old untouched "usergroupids" are stored as coma-searated list "28, 29, 18, 19, 20, 21, 30, 23, 24, 25", while for recently saved one this field is stored as "6|*|7|*|2|*|3|*|4|*|5|*|12|*|11|*|10|*|14|*|9|*|13".
Parameters field also differs:
Code:
{"list_search":"1","list_compare_types":"0","list_limit":"100","list_paging":"1","hotlink_protection":"0"}
vs
Code:
{"sort_mode":"0","sort_basic":[{"column":"lastname","direction":"ASC"}],"sort_advanced":"","filter_mode":"0","filter_basic":[{"column":"username","operator":"","value":""}],"filter_advanced":"","columns":[{"title":"","size":"4","cssclass":"","fields":[{"field":"46","display":"4"},{"field":"47","display":"4"},{"field":"48","display":"4"}]},{"title":"","size":"5","cssclass":"","fields":[{"field":"67","display":"4"},{"field":"68","display":"4"},{"field":"69","display":"4"},{"field":"66","display":"4"}]},{"title":"","size":"3","cssclass":"","fields":[{"field":"29","display":"4"}]}],"list_search":"2","list_search_fields":"","list_compare_types":"0","list_search_empty":"0","list_search_collapse":"0","list_show_selector":"0","list_show_blocked":"0","list_show_banned":"0","list_show_unapproved":"0","list_show_unconfirmed":"0","list_grid_layout":"0","list_grid_height":"200","list_grid_width":"200","list_limit":"30","list_paging":"1","allow_profilelink":"1","hotlink_protection":"0"}
Looks like something was not properly converted during update? Are there any ways to redo nesessary conversions?