- 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
|
|
@ -52,6 +52,7 @@ The unique id of an ad space to attach this ad to.
|
|||
=head3 properties
|
||||
|
||||
The properties used to create this object. See the set() method for details.
|
||||
A hash must be passed into create and a "type" key of either "text", "rich" or "image" is mandatory.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
@ -209,7 +210,7 @@ The hex color to be used to display the border on a text based ad.
|
|||
|
||||
=head4 textColor
|
||||
|
||||
THe hex color to be used to display the text on a test based ad.
|
||||
The hex color to be used to display the text on a test based ad.
|
||||
|
||||
=head4 backgroundColor
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue