Hello, I use an append function onto Quote entity. I made changes on Quote.json like this:
This way I get a new view loaded at the end of the Quote page. At this point I make an Ajax call and send the results to another view via CreateView - https://pastebin.com/5hJpZkqm
This last view creates successfully but the problem is that it doesn't load any template at all, here is the code - https://pastebin.com/KQ3RSk1N
I get the console.log value, but template "itemas" doesn't load and I see only the template loaded in previous view.
This way I get a new view loaded at the end of the Quote page. At this point I make an Ajax call and send the results to another view via CreateView - https://pastebin.com/5hJpZkqm
This last view creates successfully but the problem is that it doesn't load any template at all, here is the code - https://pastebin.com/KQ3RSk1N
I get the console.log value, but template "itemas" doesn't load and I see only the template loaded in previous view.
Comment