← Back to team overview

mahara-contributors team mailing list archive

[Bug 1953263] [NEW] Text block of submitted (locked) portfolio can be changed via Quick Edit

 

Public bug reported:

Mahara 21.04

Create a portfolio containing a text block
Submit the portfolio to a group.
It will be locked and the edit pencil is not available on pages
View a page of the portfolio and click the details magnifying glass
Quick edit option is shown on text blocks
Text block content can be edited using the Quick edit feature

Expected
No Quick edit buttons shown, and the feature to not work.


Notes
The quick edit buttons can be prevented from being shown by adding a check to see if the portfolio is submitted: get_view()->get('submittedgroup') in blocktype/lib.php. Is that sufficient or is an additional check required in view/view.php before build_quickedit_form()?

** Affects: mahara
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1953263

Title:
  Text block of submitted (locked) portfolio can be changed via Quick
  Edit

Status in Mahara:
  New

Bug description:
  Mahara 21.04

  Create a portfolio containing a text block
  Submit the portfolio to a group.
  It will be locked and the edit pencil is not available on pages
  View a page of the portfolio and click the details magnifying glass
  Quick edit option is shown on text blocks
  Text block content can be edited using the Quick edit feature

  Expected
  No Quick edit buttons shown, and the feature to not work.

  
  Notes
  The quick edit buttons can be prevented from being shown by adding a check to see if the portfolio is submitted: get_view()->get('submittedgroup') in blocktype/lib.php. Is that sufficient or is an additional check required in view/view.php before build_quickedit_form()?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1953263/+subscriptions



Follow ups