Ignore:
Timestamp:
Oct 21, 2015, 11:05:08 PM (9 years ago)
Author:
chronos
Message:
  • Added: New module Notify for sending periodic system notification for monitoring various states to user.
File:
1 edited

Legend:

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

    r747 r754  
    112112      ),
    113113    ));
     114    $this->System->FormManager->RegisterFormType('TContact', array(
     115      'Type' => 'Reference',
     116      'Table' => 'Contact',
     117      'Id' => 'Id',
     118      'Name' => 'Value',
     119      'Filter' => '1',
     120    ));
    114121    $this->System->FormManager->RegisterFormType('TSubject', array(
    115122      'Type' => 'Reference',
Note: See TracChangeset for help on using the changeset viewer.