Add a new condition value field for multiple-choice selection.

Review Request #12330 — Created June 2, 2022 and submitted

Information

Djblets
release-3.x

Reviewers

We have existing code that makes it easy to add multiple-choice
selections for models based on a queryset, but we didn't have anything
for multiple-choice selections based on just a set of choices. This
change adds a value field to do that.

Used this in Review Board. Saw that existing values were loaded properly
and new values were saved correctly.

Summary ID
Add a new condition value field for multiple-choice selection.
We have existing code that makes it easy to add multiple-choice selections for models based on a queryset, but we didn't have anything for multiple-choice selections based on just a set of choices. This change adds a value field to do that. Testing Done: Used this in Review Board. Saw that existing values were loaded properly and new values were saved correctly.
466cc30bd0f5493cca6e76a99ba5fdfab8c5e198
maubin
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (7f873fc)
Loading...