mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
Added a column variable alias to make it consistent with other resultset variables and integrate with egw.
This commit is contained in:
parent
d649fc878b
commit
907949ebe5
@ -41,6 +41,7 @@ class GUI extends Base {
|
||||
gp.wf_is_active,
|
||||
gp.wf_name as wf_procname,
|
||||
gp.wf_normalized_name as normalized_name,
|
||||
gp.wf_version as wf_version,
|
||||
gp.wf_version as version
|
||||
from ".GALAXIA_TABLE_PREFIX."processes gp
|
||||
INNER JOIN ".GALAXIA_TABLE_PREFIX."activities ga ON gp.wf_p_id=ga.wf_p_id
|
||||
|
Loading…
Reference in New Issue
Block a user