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

Invalid Entry content_type_uid #10

Closed
MBO opened this issue Apr 20, 2021 · 1 comment · Fixed by #16
Closed

Invalid Entry content_type_uid #10

MBO opened this issue Apr 20, 2021 · 1 comment · Fixed by #16

Comments

@MBO
Copy link

MBO commented Apr 20, 2021

This line always sets content_type_uid as literal 'uid':

return new Entry(http, { entry: entry, content_type_uid: 'uid', stackHeaders: data.stackHeaders })

Because of that it's not possible to use this library functions: entry.update(), entry.publish() and so on, because they have invalid urlPath.

@uttamukkoji
Copy link
Contributor

Thanks for raising issue @MBO, We will work on the issue and update here once we are done with the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants