Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in setting accessor in PathTypeHandlerWithAttr #6300

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 11, 2019

  1. Issue in setting accessor in PathTypeHandlerWithAttr

    When the property is deleted (say when we are in SimpleTypeHandler) and then later
    if we create an accessor on the same property we have converted the type handler to PathTypeHandlerWithAttr.
    Since a property got deleted and PathTypeHandler should not handle that deleted property we need to convert this to
    Dictionary type.
    In order to fix that When we add the accessor on any property we need to check if any property deleted upon that we need
    to convert to Dictionary type instead of type.
    akroshg committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    6e5d041 View commit details
    Browse the repository at this point in the history