Actions
Bug #2034
closedonAfterEditATab does not fire if the tab has no content, this prevents integrations from adding content (and onBeforeEditATab event missing)
Description
Issues can be seen in CB Privacy where this trigger fails for empty tabs. This prevents privacy controls on tabs such as GroupJive or Profile Status, etc..
Files
Updated by krileon about 14 years ago
- File 2034.patch 2034.patch added
- Status changed from New to Resolved
- Assignee set to beat
- % Done changed from 0 to 80
Moved the trigger outside of the IF statement and added a onBefore in addition to the onAfter.
Updated by beat about 14 years ago
- Subject changed from onAfterEditATab does not fire if the tab has no content, this prevents integrations from adding content to onAfterEditATab does not fire if the tab has no content, this prevents integrations from adding content (and onBeforeEditATab event missing)
- Status changed from Resolved to Closed
- % Done changed from 80 to 100
- Estimated time set to 0:30 h
Fixed in r1261 .
Updated by beat about 14 years ago
CB 1.3 RC4 regression fix in r1265 :
Warning: Parameter 2 to getcbprivacyTab::onAfterEditATab() expected to be a reference, value given in D:\xampp\htdocs\cb\j15\administrator\components\com_comprofiler\plugin.class.php on line 582
Actions