mdjnelson / moodle-mod_customcert

Enables the creation of dynamically generated certificates with complete customisation via the web browser.
https://moodle.org/plugins/mod_customcert
GNU General Public License v3.0
91 stars 158 forks source link

XMLDB file needs reconciling #480

Closed ewallah closed 1 year ago

ewallah commented 2 years ago

The lastest Moodle version checks all db/install.xml files. When running Behat tests, an error is thrown with this output:

This functionality looks though the contents of all XMLDB files to verify that they match the results of generating them from the XMLDB editor. A list of files needing to be reconciled (regenerated) will be displayed and the XMLDB editor can be used to fix them.

Search results
Found files to reconcile: 1
mod/customcert/db/install.xml
mdjnelson commented 2 years ago

Thanks for the report. Odd. I bet it's a trivial issue such as spacing or no comments on the table. Would be nice if it actually said what the issue was (I dont use the XMLDB generator).

mdjnelson commented 1 year ago

This is fixed in https://github.com/mdjnelson/moodle-mod_customcert/pull/533.