publish event when page has page problems

Yeah createRow() right now does give you a way to prepopulate field values as part of the create step but it’s a bit more cumbersome. It’s like this:

logsModel.createRow({
   additionalConditions: [
       { field: MSG_FIELD, value: problem.message }
   ]
});

This way’s actually more efficient, but it’s a bit more wordy and less intuitive.