Ignore:
Timestamp:
Feb 23, 2022, 11:27:58 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Do not show All tabs if only one tab is used in IS item relation tabs.
  • Modified: Do not show tabs at all if no relations are used for IS item.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Form/Types/String.php

    r887 r920  
    2525  function OnLoad(array $Item): ?string
    2626  {
    27     //echo($Item['Name'].'='.$_POST[$Item['Name']].','.is_null(NULL).'<br>');
    2827    return $_POST[$Item['Name']];
    2928  }
Note: See TracChangeset for help on using the changeset viewer.