moodle-an-hochschulen / moodle-theme_boost_campus

Moodle 3.x Boost child theme which is intended to meet the needs of university campuses and adds several features and improvements ––– for Moodle 4.x please use our Theme Boost Union
GNU General Public License v3.0
38 stars 25 forks source link

Turn Editing On Button Missing after Upgrade to Moodle 3.9 #87

Closed pkmkrishnakumar-zz closed 4 years ago

pkmkrishnakumar-zz commented 4 years ago

Hi

After upgrading to Moodle 3.9, Turn Editing On Button is missing.

image

Kindly provide a work around to regain the icon.

Thanks

Krishnakumar Masimalai

pkmkrishnakumar-zz commented 4 years ago

Hi

I hope this is due to the change in "MDL-67924 - Move turn editing on button out of the edit menu on boost"

Thanks

Krishnakumar Masimalai

DHusband81 commented 4 years ago

I have the same issue.

David

rochelmeyer commented 4 years ago

Boost Campus is not yet ready for 3.9 - latest supported version is 3.8 It usually takes them a couple of weeks to catch up with moodle releases.

esmoyer commented 4 years ago

I thought I was crazy when I couldn't find the option! Was able to figure out I can turn the block editing on and that allows me to edit the courses for now.

christianwolters commented 4 years ago

Hi all, Hi @Kathrin84,

finally had time to look at this.

By re-enabling the edit button or rather moving it back to where it belongs, the edit-button function in boost_campus is obsolete.

So for all of you, who want to get the button working again with Moodle 3.9, here is a temporary hotfix:

Moodle will then call the edit_button from the parent theme boost.

I'll go to through the code shortly, remove the feature (code, config, readme) and provide a PR.

Cheers Christian

Kathrin84 commented 4 years ago

Hi, @pkmkrishnakumar , thanks for raising this issue and yes, you're right. The HQ finally moved reimplemented the edit button into the course header. So our improvement is not necessary anymore and we can delete it from Boost Campus.


Hi @christianwolters, thank you very much for providing a pull request for this issue. After adding some small improvements to it, I merged it into the master branch: https://github.com/moodleuulm/moodle-theme_boost_campus/commit/ff92f977d50320789fd265477a7cbdbda4fbfa9a

The patch will be available in the the next v3.9-r1 version of Boost Campus.

So, I'll close this issue as fixed.

Thanks again and best, Kathrin