This commit is contained in:
@@ -3,12 +3,6 @@
|
|||||||
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
todo: when it's a general notification in the timeline the button to open the subscription should not be there since it goes to an uneditable default built in subscription
|
|
||||||
|
|
||||||
### MEDIUM ITEMS #######
|
|
||||||
|
|
||||||
|
|
||||||
todo: DataListFilter UI pretty shitty
|
todo: DataListFilter UI pretty shitty
|
||||||
error on duplicate
|
error on duplicate
|
||||||
how to make a new filter?
|
how to make a new filter?
|
||||||
|
|||||||
@@ -831,7 +831,7 @@ export default {
|
|||||||
//clear any errors vm might be around from previous submit
|
//clear any errors vm might be around from previous submit
|
||||||
window.$gz.form.deleteAllErrorBoxErrors(this);
|
window.$gz.form.deleteAllErrorBoxErrors(this);
|
||||||
try {
|
try {
|
||||||
let res = await window.$gz.api.duplicate(url);
|
let res = await window.$gz.api.upsert(url);
|
||||||
|
|
||||||
vm.formState.loading = false;
|
vm.formState.loading = false;
|
||||||
if (res.error) {
|
if (res.error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user