/[openfoncier]/trunk/obj/task.class.php
ViewVC logotype

Diff of /trunk/obj/task.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10356 by softime, Thu Sep 2 12:27:22 2021 UTC revision 10362 by cgarcin, Thu Sep 2 15:00:31 2021 UTC
# Line 40  class task extends task_gen { Line 40  class task extends task_gen {
40          'create_DI_for_consultation',          'create_DI_for_consultation',
41          'avis_consultation',          'avis_consultation',
42          'pec_metier_consultation',          'pec_metier_consultation',
43            'create_message',
44      );      );
45    
46      /**      /**
# Line 1353  class task extends task_gen { Line 1354  class task extends task_gen {
1354              && $stream === 'input') {              && $stream === 'input') {
1355              $objects = array('avis_consultation', );              $objects = array('avis_consultation', );
1356          }          }
1357            if (in_array($type, array('create_message', )) === true
1358                && $stream === 'input') {
1359                $objects = array('dossier_message', );
1360            }
1361          return $objects;          return $objects;
1362      }      }
1363    

Legend:
Removed from v.10356  
changed lines
  Added in v.10362

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26