From cc3e4e204f421b60c146002dc424fccd639b8cd2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 20 Apr 2020 22:51:56 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 -- ayanova/src/views/ay-history.vue | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d9ee282d..0bec1e67 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -66,8 +66,6 @@ CURRENT TODOs @@@@@@@@@@@ ROADMAP STAGE 2: -todo: QUOTE icon being used is fa-edit, but, that is much more useful in the UI for edit buttons on things, so change quote icon to something else - todo: ATTACHMENTS - TODO: PLANNING - should attachments be actually attached in the db to their object? like Wiki was changed to do? - is this even possible? diff --git a/ayanova/src/views/ay-history.vue b/ayanova/src/views/ay-history.vue index 8ae3a597..8679f298 100644 --- a/ayanova/src/views/ay-history.vue +++ b/ayanova/src/views/ay-history.vue @@ -134,7 +134,7 @@ export default { eventTypes: {}, ayaTypes: {}, page: -1, //Note this must be -1 at start to work properly - moreAvailable: true, + moreAvailable: false, canOpenUser: window.$gz.role.canOpen(window.$gz.type.User), formState: { ready: false,