mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 18:56:48 +00:00
bugfix/fixed the bug for consumer_id
This commit is contained in:
parent
198904e282
commit
825495b9a8
@ -75,7 +75,7 @@ class APIMetricsForm(MetricsForm):
|
||||
('PUT', 'PUT'),
|
||||
)
|
||||
|
||||
consumer_id = forms.ChoiceField(
|
||||
consumer_id = forms.CharField(
|
||||
label=_('Consumer ID'),
|
||||
widget=forms.TextInput(
|
||||
attrs={
|
||||
|
||||
Loading…
Reference in New Issue
Block a user