Sana-a-Uni / Academia

Web-based academic management system
MIT License
14 stars 40 forks source link

JSON Configuration Error: Duplicate label Keys in Academia Workspace JSON #62

Open Ali-Alnosairi opened 1 month ago

Ali-Alnosairi commented 1 month ago

Description of the issue

This error indicates multiple occurrences of the same label key within a single object in the links array of our workspace configuration JSON. JSON standards require that each key within an object be unique.

Example of Problematic Section: { "hidden": 0, "is_query_report": 0, "label": "Faculty Staff", "link_count": 5, "label": "Course Specification", "link_count": 0, "link_to": "Course Specification", "link_type": "DocType", "onboard": 0, "type": "Link" }

@mohaltheeb @alshalabi-su

mohaltheeb commented 4 weeks ago

The issue has been fixed See #77 PR @Ali-Alnosairi