Mimas / CurriculumMapping

Pilot web based application for mapping JISC Resource to Curricula and Qualification levels
1 stars 0 forks source link

Attaching user tags to resources now throws an error #104

Closed pdiveris closed 9 years ago

pdiveris commented 9 years ago

Attaching user tags to resources now throws an error

pdiveris commented 9 years ago

This how now been fixed. It was down to my refactoring the attachTags code in Mapping class to use the ->first() method of the AR whilst a) still trying to handle the result as an array and b) not testing the refactoring properly. Truth to be said, it'd only crash if you deleted/added new tags.