* Adjust code style.

This commit is contained in:
dingna
2021-10-29 10:44:28 +08:00
parent 6d701ebc81
commit 5217e0dfc2
3 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -3257,9 +3257,9 @@ class execution extends control
* @access public
* @return void
*/
public function ajaxGetGroup($type, $group='id')
public function ajaxGetGroup($type, $group = 'default')
{
$this->loadModel('kanban');
$this->app->loadLang('kanban');
$groups = array();
$groups = $this->lang->kanban->group->$type;
die(html::select("group", $groups, $group, 'class="form-control chosen" data-max_drop_width="215"'));