setting $session->user now changes the id for the session as it should
continued adding ad management system added field sets to htmlform and tab form
This commit is contained in:
parent
f9b8582426
commit
ae8f3d87f6
13 changed files with 565 additions and 14 deletions
|
|
@ -77,6 +77,13 @@ Returns a hash reference containing operation and package names.
|
|||
|
||||
sub getOperations {
|
||||
return {
|
||||
'deleteAd' => 'WebGUI::Operation::AdSpace',
|
||||
'deleteAdSpace' => 'WebGUI::Operation::AdSpace',
|
||||
'editAd' => 'WebGUI::Operation::AdSpace',
|
||||
'editAdSave' => 'WebGUI::Operation::AdSpace',
|
||||
'editAdSpace' => 'WebGUI::Operation::AdSpace',
|
||||
'editAdSpaceSave' => 'WebGUI::Operation::AdSpace',
|
||||
'manageAdSpaces' => 'WebGUI::Operation::AdSpace',
|
||||
'clickAd' => 'WebGUI::Operation::AdSpace',
|
||||
'editVersionTag' => 'WebGUI::Operation::VersionTag',
|
||||
'editVersionTagSave' => 'WebGUI::Operation::VersionTag',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue