Skip to content

Commit

Permalink
tweak(TB MCC) added missing const
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmhh committed Sep 24, 2024
1 parent 0267cb8 commit 8632beb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tine20/Tinebase/ModelConfiguration/Const.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ class Tinebase_ModelConfiguration_Const {
public const MODEL_NAME = 'modelName';
public const MODLOG_ACTIVE = 'modlogActive';

public const MULTIPLE_EDIT = 'multipleEdit';

public const NAME = 'name';
public const NORESOLVE = 'noResolve';
public const NULLABLE = 'nullable';
Expand Down Expand Up @@ -219,6 +221,7 @@ class Tinebase_ModelConfiguration_Const {
public const SPECIAL_TYPE_DURATION_SEC = 'durationSec';
public const SPECIAL_TYPE_PASSWORD = 'password';
public const SPECIAL_TYPE_PERCENT = 'percent';
public const SPECIAL_TYPE_URL = 'url';
public const STORAGE = 'storage';
public const SUPPORTED_FORMATS = 'supportedFormats';
/**
Expand Down

0 comments on commit 8632beb

Please sign in to comment.