christianhugoch
christianhugoch
May I ask why do you want to access the result from run()? I believe when you have your own view that calls the api, you can embed that view...
I mean that's how I would try it, just return the content from run
Perhaps we can write a small plugin seed. I mean a plugin that is almost empty but has the basic structure. Not sure if this already exists.
I've created a playground example. For a table 'books' with a string field 'author', when you have two rows like that: [ { author: "Herman Melville" }, { author: "Leo...
Thanks, I'll take a look into pivottable
Can you send me a link to that plugin?
Hi, I believe this will not work out of the box. In packages, we have SQL helper functions specialized for Postgres and SQLite. I think to get MSSQLServer to work,...
I think this is fixed in v0.8.6-beta.19
Ah, thanks for that. I think it should work when you change Saltcorn-new-test to 'Saltcorn new test' or 'SaltcornNewTest'. I'm building the app id from the name, and - is...
Can you check if the jpg file is public on the server? On splash, we can't do any authorization. edit: Soon you can use Base64 encoded images, so that you...