This commit is contained in:
@@ -87,6 +87,8 @@ TEST data
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
todo: Administration - License
|
||||
- view
|
||||
- Erase all biz data (new route and command needed at back as currently it erases ops data as well I think)
|
||||
|
||||
@@ -124,6 +124,6 @@ export default {
|
||||
noButtonText: window.$gz.translation.get("Cancel")
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
//new functions above here
|
||||
};
|
||||
|
||||
@@ -47,6 +47,7 @@ import reportSelectorControl from "./components/report-selector-control.vue";
|
||||
import reportViewerControl from "./components/report-viewer-control.vue";
|
||||
import wikiControl from "./components/wiki-control.vue";
|
||||
import attachmentControl from "./components/attachment-control.vue";
|
||||
import chartLineControl from "./components/chart-line-control.vue";
|
||||
|
||||
//**************************************************************
|
||||
//**************************************************************
|
||||
@@ -178,6 +179,7 @@ Vue.component("gz-report-selector", reportSelectorControl);
|
||||
Vue.component("gz-report-viewer", reportViewerControl);
|
||||
Vue.component("gz-wiki", wikiControl);
|
||||
Vue.component("gz-attachments", attachmentControl);
|
||||
Vue.component("gz-chart-line", chartLineControl);
|
||||
|
||||
//3rd party components
|
||||
Vue.use(VueCurrencyInput);
|
||||
|
||||
Reference in New Issue
Block a user