Display the additional property on error instead of the value#904
Conversation
|
@nicosp Thanks for the PR I'm planning to look into this later this week. |
There was a problem hiding this comment.
Nice. Its seems GitHub had some issues as multiple branches had missing commits after there merge. There was a report in #903 on the 5.x.x branch. This caused me in cherry picking some missing commits onto main making for a broken history.
Could you rebase on main so only your commits remain?
There was a problem hiding this comment.
Changeling entry has been automated using GitHub workflows, this way it is done after there merge and cannot lead to merge conflicts between PR's. Could you remove changes from this file?
There was a problem hiding this comment.
Done. I rebased manually by joining all changes in one commit.
4db7034 to
f2734f1
Compare
Due to a workflow failure this entry was added manually.
Due to a workflow failure this entry was added manually.
Description
Fixes the error message for additional properties to show the property name instead of the value.
Before:
After:
Type of Change
Checklist
Additional Notes