puzzle / skills

Open source skill management web application
GNU Affero General Public License v3.0
64 stars 19 forks source link

Remove editing of Skills in skillset for all people #750

Open ManuelMoeri opened 4 months ago

ManuelMoeri commented 4 months ago

Describe the bug Currently when visiting skills and heading to the 'Skillset' tab you'll see a edit icon at the end of every skill. This should only be the case if you have the admin role, currently it's available to everyone. Luckily it does not work, it simply says 'Content missing' when clicking on it.

How to fix it You will simply have to check the roles implementation and see why this is not working correctly. Also make sure to test it out with a admin role. Because if they can't edit it either, this needs to be fixed too.

ToDo