This is the tracker for the Core of the Nucleus CMS-project (Nucleus CMS Website)
FS#33 — add item form add failed with an invalid ticket
Attached to Project— Nucleus Core
Opened by Edmond Hui (ehui) - Tuesday, 15 March 2005, 08:06PM
Last edited by Edmond Hui (ehui) - Tuesday, 15 March 2005, 08:10PM
Opened by Edmond Hui (ehui) - Tuesday, 15 March 2005, 08:06PM
Last edited by Edmond Hui (ehui) - Tuesday, 15 March 2005, 08:10PM
| Bug | |
| Functionality → Interface | |
| CLOSED | |
| Edmond Hui | |
| All |
| Medium | |
| Normal | |
| 3.2 | |
| 3.21 | |
| Undecided | |
|
|
Closed by Edmond Hui (ehui)
Date: Friday, 13 May 2005, 06:26PM
Reason for closing: Fixed
Additional comments about closing: Thanks to karma fo rthe solution
1) additemform.template needs a <%ticket%> in the form<br />
2) doForm in SKIN.php needs to be changed so the 'ticket' action is allowed<br />
3) the ACTIONS class in SKIN.php needs a parse_ticket method, which calls $manager->addTicketHidden()<br />
<br />
This will only work correctly when the additemform is generated for a logged in member (tickets are member-specific)