This commit is contained in:
2019-12-30 21:01:31 +00:00
parent f3f2987550
commit ce7789f949
4 changed files with 32 additions and 12 deletions

View File

@@ -4,7 +4,18 @@
<script>
import UnderConstruction from "../components/underconstruction.vue";
/**
*
* - PUT SEARCH into main menu, it's constantly there like help with the source as part of the data sent with the click
- I.E. source could be widget from list or widget entry form and so user is searching widgets or source could be a main page where there is no source so it's empty and search everything
- User clicks on search, it opens a main search form view which is also accessible under HOME section normally so two ways to get there
- PUT SEARCH into HOME section as a main form (make sure it has no search button on *it's* menu)
- Search page allows to select types of objects in an array (maybe, did I code the server that way or single at a time object type)
- Also tags can be selected
- Object type and tag sb clearable with easy single clicks to speed up searching.
- Results are in standard grid list which is sortable or printable or openable to records etc
*
*/
export default {
components: {
UnderConstruction

View File

@@ -649,6 +649,7 @@ function generateMenu(vm) {
formData: {
formKey: FORM_KEY,
ayaType: window.$gz.type.Widget,
recordId: vm.$route.params.id,
formCustomTemplateKey: FORM_CUSTOM_TEMPLATE_KEY
},
menuItems: []