MultichoiceQuestion::saveNodeProperties is checking new nodes with
$is_new = $is_new || $this->node->revision == 1;
But it gives a warning when adding questions to quiz via configuration-screen-question-bank page. Small patch in attachment to fix this.
Tested against 5.2 version.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | undefined_property_revision_on_node_in_multichoice-2962037-3.patch | 670 bytes | lorenzs |
Comments
Comment #2
lorenzs commentedComment #3
lorenzs commentedUpdated patch because of test-failure.
Comment #4
lorenzs commentedComment #5
djdevinThanks, committed but I just changed it to an empty() check.