diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c6a2da5b..ebe25758 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -110,7 +110,11 @@ todo: after attachments - DATADUMP - v7 wiki to RAVEN markdown todo: EventLog Processor at server has TWO! separate skip and take portions in the same query, wtf? +todo: before moving on to the next thing, triage these suggestions as there are many impactful ones + - https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3745 + TODO: PRIORITIZE THE FOLLOWING BLOCK AND move INTO appropriate STAGES +****************************************************************** (these items came up looking through the raven priority 1 cases for general UI stuff) todo: Login form customizable for logo etc? diff --git a/ayanova/src/api/gzutil.js b/ayanova/src/api/gzutil.js index 879e5bb0..57b49fbd 100644 --- a/ayanova/src/api/gzutil.js +++ b/ayanova/src/api/gzutil.js @@ -215,7 +215,7 @@ export default { } }, //https://gist.github.com/colemanw/9c9a12aae16a4bfe2678de86b661d922 - getFontAwesomeIconFromMIME: function(mimeType) { + iconForMIMEType: function(mimeType) { // List of official MIME Types: http://www.iana.org/assignments/media-types/media-types.xhtml var icon_classes = { // Media diff --git a/ayanova/src/components/attachment-control.vue b/ayanova/src/components/attachment-control.vue index f7016296..b5a78ead 100644 --- a/ayanova/src/components/attachment-control.vue +++ b/ayanova/src/components/attachment-control.vue @@ -3,7 +3,7 @@ {{ $ay.t("Attachments") }} - + {{ attachedFileListDisplay() }} fa-folder @@ -13,9 +13,9 @@
@@ -46,7 +46,6 @@
- {{ uploadFiles }}