moodle-tool_uploadcoursecategory icon indicating copy to clipboard operation
moodle-tool_uploadcoursecategory copied to clipboard

Duplicate Category IDs

Open bfriesenvcc opened this issue 2 years ago • 1 comments

It doesn't look like this fantastic and appreciated plugin is being maintained, but I'm going to put this "bug" here, anyway and cross my fingers.

For some reason, it allows duplicate category IDs. I thought that was a unique field, so not sure how this happens.

bfriesenvcc avatar May 17 '23 19:05 bfriesenvcc

No, this is not a bug. What you used is the "idnumber" which is any number you can enter in Moodle to identify your own numbering, it can be duplicate; what you refer as a unique is the "id" which is actually the category ID number which you can see in Moodle, this is really unique and cannot be duplicated therefor you cannot enter it manually and is set by Moodle itself.

SolutionsDEV avatar Feb 09 '24 16:02 SolutionsDEV