Changes between Initial Version and Version 1 of Ticket #6569, comment 21
- Timestamp:
- 08/07/2015 05:41:15 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6569, comment 21
initial v1 17 17 }}} 18 18 19 The reason why this works is imath's patch passes all the form fields from the activity post form during AJAX, which should allow you to check the `$_POST` global for your form field value. 19 The reason why this works is imath's patch passes all the form fields from the activity post form during AJAX, which should allow you to check the `$_POST` global for your form field value. You have to apply imath's patch first, then you can try the snippet above.