Add export tools

Bug #532228 reported by Fred Bertolus
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
perroquet
Fix Committed
Wishlist
Fred Bertolus

Bug Description

Add an menu entry to export a exercise perroquet file :

as template perroquet
as perroquet package

The menu entry could be in :

File > Export > Export as template...
                        Export as package...

Revision history for this message
Fred Bertolus (fred-bertolus) wrote :

Pseudo code for Core

def onExport():
 self.gui.AskPropertiesAdvanced()
 template = copy(self.GetExercise())

 if template.isLockAtExport():
  template.setLock(True)
 template.setTemplate(True)
 Export(template)

Changed in perroquet:
assignee: nobody → Fred Bertolus (fred-bertolus)
status: Triaged → In Progress
Changed in perroquet:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.