Adam Heath
Adam Heath
If the pre-baked image happened to have opensearch downloaded into it, then the only way to turn off the auto-start of it by MoquiStart would be to specify "no-run-es"; that...
I'm filing issues in the repository that has the files with the bug(s). MoquiStart does not have a plugin mechanism, but, it loads Moqui.class, which *does*, and can use the...
Wanting to sort those columns with case insensitivity makes sense, and I don't want to disable that feature. But then I'm not certain why that screen has set distinct=true, so...
Could you provide some further examples of what exactly is occurring? Repeatable steps, so that others can help to isolate what the problem(s) actually are?
Just wanting to see the project stay open-source related. See my other reply, which I haven't written yet On Fri, Feb 10, 2023, 6:23 PM David E. Jones ***@***.***> wrote:...
Yes, this happens to us too, when restoring database snapshot dumps in staging/developer environments. The ES data folders are *not* saved, so at load time(from empty database), hundreds of thousands...
[mantle-usl-thru-date-past-subscription.patch.txt](https://github.com/moqui/mantle-usl/files/7010580/mantle-usl-thru-date-past-subscription.patch.txt)
That uploaded file fixed this issue for me.
I would have thought that something further up the processing chain would skip such processing. In our case, the accounting system gets updated properly, showing as a cost-of-doing-business in the...
We add products to an order. Then we have a custom promo handler that adds a 100% discount to the order, so that the orderTotal=0. Then we transition the order...