This commit is contained in:
@@ -127,7 +127,8 @@ export default new Router({
|
||||
import(/* webpackChunkName: "ay-common" */ "./views/home-dashboard.vue")
|
||||
},
|
||||
{
|
||||
path: "/home-search/:ayatype?",
|
||||
//path: "/home-search/:ayatype?", this was making it sticky and couldn't change type as it was in url path
|
||||
path: "/home-search",
|
||||
name: "home-search",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "ay-common" */ "./views/home-search.vue")
|
||||
|
||||
@@ -342,7 +342,8 @@ async function fetchTranslatedText() {
|
||||
//
|
||||
//
|
||||
async function populateSelectionLists(vm) {
|
||||
const res = await window.$gz.api.get("enum-list/list/alltranslated");
|
||||
//const res = await window.$gz.api.get("enum-list/list/alltranslated");
|
||||
const res = await window.$gz.api.get("enum-list/list/coreview");
|
||||
if (res.error) {
|
||||
vm.formState.serverError = res.error;
|
||||
window.$gz.form.setErrorBoxErrors(vm);
|
||||
|
||||
Reference in New Issue
Block a user