Skip to content

fix(nimbus): Instantiate forms with current request in RenderDBResponseMixin et al. - #16588

Open
freshstrangemusic wants to merge 1 commit into
mainfrom
freshstrangemusic/push-rrrvlqmmonvw
Open

fix(nimbus): Instantiate forms with current request in RenderDBResponseMixin et al.#16588
freshstrangemusic wants to merge 1 commit into
mainfrom
freshstrangemusic/push-rrrvlqmmonvw

Conversation

@freshstrangemusic

Copy link
Copy Markdown
Member

Because:

  • we were not passing the current request to the form class, resulting in authentication errors when interacting with the development server directly

this commit:

  • ensures we instantiate the forms with the correct request

Fixes #16587

…seMixin et al.

Because:

- we were not passing the current request to the form class, resulting
  in authentication errors when interacting with the development
  server directly

this commit:

- ensures we instantiate the forms with the correct request

Fixes #16587
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 this pull request may close these issues.

Render{DB,ParentDB}ResponseMixins do not instantiate form with request

2 participants