Ignore:
Timestamp:
Jun 30, 2025, 6:13:54 PM (12 hours ago)
Author:
chronos
Message:
  • Modified: Show URL field in Log items in IS.
  • Fixed: Check presence of Registration form fields on submit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Log/Log.php

    r958 r977  
    2929        'Value' => array('Type' => 'Text', 'Caption' => 'Hodnota', 'Default' => '', 'ReadOnly' => true),
    3030        'IPAddress' => array('Type' => 'IPv4Address', 'Caption' => 'Adresa IP', 'Default' => '', 'ReadOnly' => true),
     31        'URL' => array('Type' => 'String', 'Caption' => 'URL', 'Default' => '', 'ReadOnly' => true),
    3132      ),
    3233    ));
Note: See TracChangeset for help on using the changeset viewer.