This commit is contained in:
@@ -66,8 +66,6 @@ CURRENT TODOs
|
|||||||
|
|
||||||
@@@@@@@@@@@ ROADMAP STAGE 2:
|
@@@@@@@@@@@ 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: ATTACHMENTS
|
||||||
- TODO: PLANNING - should attachments be actually attached in the db to their object? like Wiki was changed to do?
|
- TODO: PLANNING - should attachments be actually attached in the db to their object? like Wiki was changed to do?
|
||||||
- is this even possible?
|
- is this even possible?
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ export default {
|
|||||||
eventTypes: {},
|
eventTypes: {},
|
||||||
ayaTypes: {},
|
ayaTypes: {},
|
||||||
page: -1, //Note this must be -1 at start to work properly
|
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),
|
canOpenUser: window.$gz.role.canOpen(window.$gz.type.User),
|
||||||
formState: {
|
formState: {
|
||||||
ready: false,
|
ready: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user