Files
luos/workflow/engine/classes
Erik 2a4b59f71f Some fixes to avoid status error 500 when it should return 404
- Another thing to consider, the right enabling/disabling feature must be placed as following:

    -----

    class erikPlugin extends PMPlugin
    {

      ...

      public function enable()
      {
          $this->enableRestService(true);
      }

      public function disable()
      {
          $this->enableRestService(false);
      }

    }
2015-04-28 08:12:04 -05:00
..
2015-04-17 10:48:39 -04:00
2015-03-26 17:37:32 -04:00
2015-03-16 17:48:09 -04:00
2015-03-16 17:48:09 -04:00
2015-02-20 13:10:58 -04:00
2015-03-17 17:09:30 -04:00
2015-02-04 12:13:41 -04:00