User tests: Successful: Unsuccessful:
The context being generated for triggering save events is currently malformed due to a un-noticed typo introduced on our PR #4308.
The context is currently being generated using:
$context    = $this->option . '_' . $this->name;instead of:
$context    = $this->option . '.' . $this->name;This PR solves this problem.
I'm really sorry for the trouble.
Thank you for taking the time to consider this PR.
| Labels | 
                                        Added: 
?
 | 
    ||
| Status | Pending | ⇒ | Closed | 
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-11-25 18:32:45 | 
No problem, it happens to the best 
 
Thanks for the fix. As it's an obvious one (once spotted) I'm going to merge it based on review