diff --git a/ayanova/src/views/ay-history.vue b/ayanova/src/views/ay-history.vue index 6e48694e..677022a3 100644 --- a/ayanova/src/views/ay-history.vue +++ b/ayanova/src/views/ay-history.vue @@ -95,7 +95,6 @@ >{{ $ay.t("More") }} - @@ -236,12 +235,6 @@ export default { //path: "/history/:ayatype/:recordid/:userlog?" ///EventLog/UserLog?UserId=2&Offset=2&Limit=2 ///EventLog/ObjectLog?AyType=2&AyId=2&Offset=2&Limit=2 - /* - {"data":{"name":"Handcrafted Frozen Bacon 125","events":[{"date":"2020-04-11T20:39:52.238532Z","userId":1,"name":"AyaNova Administrator","event":1,"textra":null}]},"readOnly":true} - -{"JSON":{"data":{"name":"AyaNova Administrator","events":[{"date":"2020-04-11T20:39:52.238532Z","objectType":2,"objectId":100,"name":"Handcrafted Frozen Bacon 125","event":1,"textra":null}, - - */ if (vm.$route.params.userlog) { url = API_BASE_URL + "UserLog?UserId=" + vm.$route.params.recordid; @@ -295,9 +288,6 @@ export default { ); temp[i].index = currentEventCount + i; - //test - temp[i].textra = - "This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.12345"; } vm.obj = [...vm.obj, ...temp];