Ignore:
Timestamp:
Feb 28, 2022, 8:53:22 AM (2 years ago)
Author:
chronos
Message:
  • Modified: Do not determine form submit from URL but directly from submit variable and filled form variables.
  • Added: Use system config from /etc/isp-central directory if standard config is not available.
  • Modified: Form file code cleanup. FormManager class moved to separate file.
File:
1 edited

Legend:

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

    r887 r922  
    2828  {
    2929    return '';
     30  } 
     31
     32  function OnCanLoad(array $Item): bool
     33  {
     34    return array_key_exists($Item['Name'], $_POST);
    3035  }
    31 
     36 
    3237  function OnLoadDb(array $Item): ?string
    3338  {
Note: See TracChangeset for help on using the changeset viewer.