This commit is contained in:
@@ -124,19 +124,6 @@ export default {
|
||||
noButtonText: window.$gz.translation.get("Cancel")
|
||||
});
|
||||
}
|
||||
//TODO: Implement the following as it's own re-usable component instead of here
|
||||
/////////////////////////////////////
|
||||
// // Show a report list
|
||||
// //
|
||||
// async getReportChoice(vm, reports, preselected) {
|
||||
// const result = await vm.$dialog.showAndWait(reportChooser, {
|
||||
// reports: reports,
|
||||
// title: window.$gz.translation.get("Report"),
|
||||
// oktext: window.$gz.translation.get("Print"),
|
||||
// canceltext: window.$gz.translation.get("Cancel"),
|
||||
// selectedvalue: preselected
|
||||
// });
|
||||
// return result;
|
||||
// }
|
||||
|
||||
//new functions above here
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user