(schema, params)
| 19382 | } |
| 19383 | |
| 19384 | function getSchemaName(schema, params) { |
| 19385 | if (!(schema instanceof Array)) |
| 19386 | schema = schema.split('/'); |
| 19387 | return schema[0] === 'default' ? (params ? params[schema[1]] : schema[1]) : (schema.length > 1 ? (schema[0] + '/' + schema[1]) : schema[0]); |
| 19388 | } |
| 19389 | |
| 19390 | // Default action for workflow routing |
| 19391 | function controller_json_workflow(id) { |
no outgoing calls
no test coverage detected