finico
finico
@Festum I do it like this: services/taskStorageSvc.js ``` js define([], function () { return function () { return { /** * @return {Object} */ get: function () { return //code...
related to #43
Более подходящий для REST будет `/orders/{orderId}` (или `/orders/:orderId`, кто к какой записи привык)
I have the same issue ``` Framework version: 9.0.38 Browser: Chrome 131.0.6778.265 (Official Build) (arm64) & Firefox 134.0 (aarch64) & Safari 18.2 (20620.1.16.11.8) OS: macOS Sequoia 15.2 (24C101) ``` I...
@felixpalmer I first noticed it on my data in the app, but it reproduces on any data. > could you make a PR with the changes so I can review...
@felixpalmer I can confirm that on the locally built version from the branch the filtering works correctly. Thank you!