Background color of Image Upload component was wrong and mismatch with client's theme. Issue was fixed.
Two new features have been added, Xpoda Cache and Xpoda Local Data, that will allow data to be read quickly.
- Xpoda Cache allows keeping data on ram on the server side and presenting that data quickly when called.Xpoda Cache is a feature that works with Redis.
- Xpoda Local Data allows keeping data locally, in the browser, and then presenting that data quickly when called.
You can keep a large amount of data that you want to pull on a list or dashboard on the server side with the Xpoda Cache structure, and in the browser with Xpoda Local Data, where you can read the data quickly when you want to use the same data again.
Added 6 new actions for Xpoda Cache and Xpoda Local Data features.
- Set Xpoda Cache
- Get Xpoda Cache
- Remove Xpoda Cache
- Set Xpoda Local Data
- Get Xpoda Local Data
- Remove Xpoda Local Data
In Set Local Storage, Get Local Storage and Remove Local Storage actions, the Storage Name field did not appear after saving the action, the problem was resolved.
"Selection Box" element was not used in responsive forms, this element was removed in responsive forms.
By adding the "Row Size" line to the properties of the element in the list, the rows in the list can be dimensioned.
- Updating the lists on mobile was causing errors, the problems were fixed.
- The problem of closing the application on the screen that opens when the list is pressed in the mobile application has been fixed.
Added new enhancements to the Kanban element.
It was ensured that the data in the existing columns does not disappear when they are finished.
A new column has been added and this view has been saved.
The sortability of the columns is ensured.
The active/passive status of the user is checked when logging into the mobile application.
Passive user is prevented from logging into the mobile application.
With this development, Xpoda Platform setup files can be downloaded from Download link at Xpoda Studio.
Edited the comments in the XPODA_ERROR_LOGS table to include all error text.
The text "When the row is changed" from the actions in the list has been corrected as "When the row is selected".
Fields hidden using the 'can't see fields' action were still showing up on mobile. These fields are hidden.
Fixed the tab color disappearing.
- In version 2.6, this error that occurred after registration was fixed, but when some actions were run, the same error was received again. It has been corrected.