mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°3649 - Activity panel: Add user pref. to define whether the entry form should be opened by default
This commit is contained in:
@@ -32,6 +32,7 @@ class ActivityPanelHelper
|
||||
* @throws \CoreException
|
||||
* @throws \CoreUnexpectedValue
|
||||
* @throws \MySQLException
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function SaveExpandedStateForClass(string $sObjectClass, string $sObjectMode, bool $bIsExpanded): void
|
||||
{
|
||||
@@ -58,6 +59,7 @@ class ActivityPanelHelper
|
||||
* @throws \CoreException
|
||||
* @throws \CoreUnexpectedValue
|
||||
* @throws \MySQLException
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function SaveClosedStateForClass(string $sObjectClass, string $sObjectMode, bool $bIsClosed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user