Skip to content
Snippets Groups Projects

Issue #3420705 by mably: Add a view field alias to allow sorting process views by completion time

Merged Issue #3420705 by mably: Add a view field alias to allow sorting process views by completion time
Merged Frank Mably requested to merge issue/maestro-3420705:3420705-add-a-view into 3.x
@@ -20,6 +20,8 @@ class MaestroEngineProcessCompletionTime extends FieldPluginBase {
@@ -20,6 +20,8 @@ class MaestroEngineProcessCompletionTime extends FieldPluginBase {
*/
*/
public function query() {
public function query() {
// No Query to be done.
// No Query to be done.
 
// Add an alias to allow sorting process views by completion time.
 
$this->field_alias = $this->realField;
}
}
/**
/**
Loading