This commit is contained in:
@@ -60,9 +60,6 @@ todo: v8 migrate additions
|
||||
..........................................................................................................
|
||||
* todo JC misc list:
|
||||
|
||||
|
||||
|
||||
memobiz getasync flags read but as it's notracking the save does nothing, do a second fetch and update in there when necessary
|
||||
taxcode form has default of .05 in taxa, change to zero
|
||||
Tag extension should have tag picker instead of empty field in cases where you are picking from existing tags
|
||||
Tag extension to report results of operation? i.e. how many tags deleted etc
|
||||
@@ -954,4 +951,5 @@ build 105
|
||||
Search form object types selection need enum list variant of object types to only show for roles allowed then change search form picklist to use that variant
|
||||
Notification events list (notify subscription) needs variant that controls what they have role access to
|
||||
memo to dropdown list shows all users for selection then after selecting one shows only that selected when you next drop down, should show all users still like first time.
|
||||
memo click on reply or forward should put cursor into top of edit message control (notes)
|
||||
memo click on reply or forward should put cursor into top of edit message control (notes)
|
||||
memo read now flags correctly
|
||||
@@ -242,8 +242,8 @@ export default {
|
||||
wiki: null,
|
||||
customFields: "{}",
|
||||
tags: [],
|
||||
taxAPct: 0.05,
|
||||
taxBPct: 0.0,
|
||||
taxAPct: 0,
|
||||
taxBPct: 0,
|
||||
taxOnTax: false
|
||||
},
|
||||
formState: {
|
||||
|
||||
Reference in New Issue
Block a user