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

Inconsistencies in add/edit attribute #4959

Closed
2 tasks
Rafiot opened this issue Aug 6, 2019 · 3 comments
Closed
2 tasks

Inconsistencies in add/edit attribute #4959

Rafiot opened this issue Aug 6, 2019 · 3 comments
Labels
from:testcases topic: API This issue involves API usage

Comments

@Rafiot
Copy link
Member

Rafiot commented Aug 6, 2019

  • list of attributes
    It returns a dictionary like that
    {'0' : {<attribute>}, '1': {<attribute>}, 'errors': {attribute_0: <errorinfo>, attribute_4: <errorinfo>}}
    Instead of:
    {Attribute: [{<attribute>}, {<attribute>}], 'errors': {attribute_0: <errorinfo>, attribute_4: <errorinfo>}}

  • tags are an independent key (AttributeTag) instead of bundled in the attribute in the Tag key

@Rafiot
Copy link
Member Author

Rafiot commented Aug 6, 2019

@iglocska
Copy link
Member

iglocska commented Aug 6, 2019

Both should be fixed now

@Rafiot
Copy link
Member Author

Rafiot commented Aug 6, 2019

Yep.

@Rafiot Rafiot closed this as completed Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
from:testcases topic: API This issue involves API usage
Projects
None yet
Development

No branches or pull requests

2 participants