mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
* Admin: Fix adding custom type status or setting type owner was not saved
This commit is contained in:
parent
5bb0b3c03b
commit
a88749ae24
@ -170,7 +170,11 @@ class admin_customfields
|
|||||||
unset($content['content_types']['create']);
|
unset($content['content_types']['create']);
|
||||||
unset($content['content_types']['name']);
|
unset($content['content_types']['name']);
|
||||||
}
|
}
|
||||||
// No common type change and type didn't change, do nothing
|
// No common type change and type didn't change, try an update to check new type statuses
|
||||||
|
elseif($this->content_type && is_array($content) && $this->content_type == $content['old_content_type'])
|
||||||
|
{
|
||||||
|
$this->update($content);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Custom field deleted from nextmatch
|
// Custom field deleted from nextmatch
|
||||||
|
Loading…
Reference in New Issue
Block a user