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

Bulk Editing functionality

Open kimberley-johnston opened this issue 1 year ago • 3 comments

Hiya,

We've just installed Moodle 4.2 on one of our test servers and we're just getting started testing new features. I was wondering if the bulk editing features that have been added to 4.2 are going to make their way into the Flex sections format? What I noticed so far is that I get the 'Bulk edit' button and the ability to select the various activities on my course page exists - but the sticky footer that gives the functionality was missing. If I changed to Topics then the sticky footer with the functions appears quite nicely.

I will confess to being on a slightly older version of flexsections - but I didn't see any mention of that functionality in your latest release (it is on my list of things to get updated though).

Let me know if I can be of any help with more information etc.

kimberley-johnston avatar Jul 27 '23 00:07 kimberley-johnston

We are also interested about this, although we are still in Moodle 4.1

nadavkav avatar Aug 18 '23 08:08 nadavkav

Hi Marina, we got questions about the ability to duplicate sections and subsections. The bulk features for 4.2 would help there. Any plans on updating and incorporating these features in your plugin. Thanks, Peter

pjonker avatar Dec 05 '23 16:12 pjonker

You can fix this issue by adding the sticky footer template to /templates/local/content.mustache. Just below the end of the navigation, you add the following:

{{#bulkedittools}}
     {{$ core_courseformat/local/content/bulkedittools}}
         {{> core_courseformat/local/content/bulkedittools}}
     {{/ core_courseformat/local/content/bulkedittools}}
 {{/bulkedittools}}

Works like a charm

cborn avatar Jan 05 '24 21:01 cborn

I wanted to add that the bulk edit sticky footer does not appear when clicking the "Bulk Edit" button in Moodle 4.4.3 Thank you,

jprovasnik avatar Oct 02 '24 20:10 jprovasnik