Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Fix saving bug that prevents fields after an empty link field from saving

Compare
Choose a tag to compare
@kurtrwall kurtrwall released this 10 Jun 15:57
· 17 commits to master since this release

A link field is set to null when no value is given, which caused the save function to return early. That early return caused the subsequent fields to not save.