You are reading the documentation for an outdated Corteza release. 2024.9 is the latest stable Corteza release.

2022.3.6

Released on: 2022.11.08

  • Changed password constraints which saved their values as strings to save them as numbers. Additionally, the labels of the two fields were reworded to match the style of the other inputs in the password constraints section. The change was made because the password constraints were saved as strings; with this change, the constraints will be saved as numbers. The change was made 'number' was appended to the password constraint’s input model (1b8e02c, 1d8eb4b, 9fd49e1, 53d8619, 651993b, 4c4f1df).

  • Fixed geometry values not being saved when changed manually in inputs. The fix was made by correctly detecting changes on the geometry value since it uses a more complex structure then the rest of the inputs (1c220ec).

  • Fixed record export filter not interpolating placeholders such as ${userID} which lead to non functional exports. The fix was made by adding evaluation to the record export filter to correctly evaluate and interpolate placeholders (ee123ea).

  • Fixed file uploads being rejected when specifying what MIME types are allowed or not. The issue occurred due to additional meta tags provided by the files or the underlying libraries. The fix was made by reworking how MIME types are validated by switching from comparing MIME type labels to a more robust library which was already used for detecting MIME types (84e2ff1).

  • Fixed corredor server was crashing on startup due to nil pointer error. The fix was made by adding nil check for Vars methods so it does not cause any unexpected error, if nil value is used (9ad5b36).

  • Fixed getting stuck on sign up page on error. The fix was made by redirecting back to sign up page with respective error message (be1e035).

  • Fixed automation button resource translations not preserving between page refreshes. The issue was caused due to improper indexing as well as missing code to apply resource translations to record list selection buttons. The fix was made correcting resource translation indexing to start with 0 instead of 1 as well as adding missing code to correctly apply resource translations to record list selection buttons (34827c5, 04eb3cd).