Skip to content

Commit

Permalink
tweak(Tinebase): disable eval dim depends_on for the moment, not clea…
Browse files Browse the repository at this point in the history
…r how to use it
  • Loading branch information
corneliusweiss committed Jan 15, 2024
1 parent 6009cb4 commit 122e877
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tine20/Tinebase/Model/EvaluationDimension.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ class Tinebase_Model_EvaluationDimension extends Tinebase_Record_NewAbstract
'xtype' => 'tw-modelspickers',
]
],
self::FLD_DEPENDS_ON => [
self::TYPE => self::TYPE_RECORD,
self::LABEL => 'Depends on', // _('Depends on')
self::NULLABLE => true,
self::CONFIG => [
self::APP_NAME => Tinebase_Config::APP_NAME,
self::MODEL_NAME => Tinebase_Model_EvaluationDimension::MODEL_NAME_PART,
],
],
// self::FLD_DEPENDS_ON => [
// self::TYPE => self::TYPE_RECORD,
// self::LABEL => 'Depends on', // _('Depends on')
// self::NULLABLE => true,
// self::CONFIG => [
// self::APP_NAME => Tinebase_Config::APP_NAME,
// self::MODEL_NAME => Tinebase_Model_EvaluationDimension::MODEL_NAME_PART,
// ],
// ],
self::FLD_SORTING => [
self::TYPE => self::TYPE_INTEGER,
self::LABEL => 'Sorting', // _('Sorting')
Expand Down

0 comments on commit 122e877

Please sign in to comment.