- 🇨🇦Canada lolcode
I ran across this issue today which seems to have cropped up recently for us.
I reviewed the merge request and I can see that the code change doesn't preserve the same logic.The original code is checking the boolean value of the '#access' key to see if the element is accessible.
https://www.drupal.org/docs/drupal-apis/form-api/form-render-elements#s-... →The new version is only checking if the value isset which is different.