Tom Nielsen
Tom Nielsen
Hi @NetLancer, here are some of the cases i know of: - one Nanotech R&D company is using Saltcorn for most of its internal processes. Every day the technicians come...
console.log will go to your system log which you, depending on which operating system you use, can you read with journalctl. Variables are not in scope when running on the...
fields in scope implemented in https://github.com/saltcorn/saltcorn/pull/2088
in-app help coming, in the mean time see here and below: https://github.com/saltcorn/saltcorn/blob/help-return-action/packages/server/help/JavaScript%20action%20code.tmd#L71 (this is a markdown doc)
The values in @saltcorn/data/db/state.features should not be changed. They are flags the core system uses to communicate to plugin modules what features have been introduced in the current version, to...
Unfortunately there is no facility as such for this yet, I think it would be easy to do something now we have snapshots where are you effectively move the snapshot...
This is now possible with #1673 - you can now restore a snapshot by uploading it under the backup section of the admin settings.
If Author is a key to a different table, you can (in this case) make a List on that table and add an aggregation. Also, the pivottable module is very...
ok, i'll look at this and see if it is a bug. as @Ingenu1ty says, a workaround could be a show view with an embedded edit view and the other...
The extra state formula was previously ignored in Edit, this is now implemented in #2113