N°3649 - Activity panel: Add user pref. to define whether the entry form should be opened by default

This commit is contained in:
Molkobain
2021-03-01 23:54:21 +01:00
parent e3015a284b
commit 3b40728701
9 changed files with 76 additions and 20 deletions

View File

@@ -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)
{