- fix: deleting workflows did not delete related instances and crons
- Added a "run" link to the scheduler and the running workflows listings to aid in debugging workflow errors. - fix: profile fields not validated by WebGUI::User
This commit is contained in:
parent
7852441151
commit
90cb569bb5
9 changed files with 102 additions and 8 deletions
|
|
@ -44,7 +44,7 @@ This package provides URL writing functionality. It is important that all WebGUI
|
|||
$string = $url->getSiteURL;
|
||||
$string = $url->makeCompliant($string);
|
||||
$string = $url->makeAbsolute($string);
|
||||
$string = $url->page($string, $pairs);
|
||||
$string = $url->page($pairs);
|
||||
$string = $url->unescape($string);
|
||||
$string = $url->urlize($string);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue