Add improved Local Site limiting to IntegrationConfigForm.

Review Request #10418 — Created Feb. 18, 2019 and submitted

Information

Review Board
release-3.0.x

Reviewers

IntegrationConfigForm now makes use of LocalSiteAwareModelFormMixin
in order to gain more comprehensive support for Local Site limiting.
Now, any subclass of this form will automatically have any of its model
relationship or condition fields bound and validated to a Local Site.

This replaces the very limited support the form natively had before.

Unit tests pass.

Used this with Local Site limiting and verified that everything was
properly filtered and validated against the Local Site.

Summary ID
Add improved Local Site limiting to IntegrationConfigForm.
`IntegrationConfigForm` now makes use of `LocalSiteAwareModelFormMixin` in order to gain more comprehensive support for Local Site limiting. Now, any subclass of this form will automatically have any of its model relationship or condition fields bound and validated to a Local Site. This replaces the very limited support the form natively had before.
434952052552ebe1f2bb62a606890ff481889a83
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (637969b)
Loading...