dreamfactorysoftware / df-core

The DreamFactory Core services and resources.
Apache License 2.0
14 stars 32 forks source link

Fixed Event Scripts Not Running For Server Side Scripting #29

Open srobati opened 7 years ago

srobati commented 7 years ago

Hi, I have some server side scripts, and need to enable pre_process,post_process or queued_procces on them.

For example i have a service with following path: GET service-name/sub-path/my-action that service name is service-name, resource is sub-path/my-action

When i create a post_process for above action from web admin script name is this: service-name.sub-path.my-action.get.post_process

but when check log data following script name is logged: service-name.get.post_process

that cause to event scripts not running