mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix #2335 allow selecting a category as default
This commit is contained in:
parent
d3415b5e01
commit
684b86a636
11 changed files with 106 additions and 29 deletions
|
|
@ -210,6 +210,9 @@ function modifyNode(node,e){
|
|||
if(data.category_info.expand == 'Y'){
|
||||
$w.find('input[name="expand"]').attr('checked', 'checked');
|
||||
}
|
||||
if(data.category_info.is_default == 'Y'){
|
||||
$w.find('input[name="is_default"]').attr('checked', 'checked');
|
||||
}
|
||||
});
|
||||
|
||||
$('#__parent_category_info').hide().next('.x_control-group').css('borderTop','0');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue