(Beta) property upload, sms_send, multiple fixes
May 11, 2020
NEW
- [Beta] new property type
uploadto replacecustom_imagesandcustom_attachments. It is still work in progress and the interface might change. Final documentation to be provided within the next few weeks. - added
sms_sendGraphQL mutation to work similarly toemail_sendandapi_call_send
FIXED
- gracefully handle error when admin_* mutation was invoked with name, but without required physical_file_path
pos-cli logssometimes included unnecessary internal error message- added
model_nameas a restricted property name - added graceful handling of a scenario of uploading a file with a name that's too long
- added better handling of invalid regpexp in
regex_matchesfilter - fix descriptions of multiple GraphQL mutations
- fix documentation example of
raw_escape_stringfilter - fix edge case scenario when integer is provided as a path name for the
includetag {% form %}{% endform %}was rendering nothing instead of the form HTML tag- fixed edge case scenario when invalid arguments were provided to precision argument in the
time_difffilter - fixed edge case scenario when invalid arguments were provided to the
format_numberfilter