Change-Id: I26bc316086fa6d9bf18941fc60f8bd2a8e0e28bbchanges/50/17250/1
parent
f5acbd8e08
commit
1f7be85e31
@ -1,16 +0,0 @@
|
||||
package NGCP::Panel::Form::CallForward::CFDestinationSetSubadminAPI;
|
||||
use HTML::FormHandler::Moose;
|
||||
extends 'NGCP::Panel::Form::CallForward::CFDestinationSetSubAPI';
|
||||
|
||||
has_field 'subscriber_id' => (
|
||||
type => 'PosInteger',
|
||||
required => 0,
|
||||
element_attr => {
|
||||
rel => ['tooltip'],
|
||||
title => ['The subscriber id this destination set belongs to, or null to set it for own subscriber.']
|
||||
},
|
||||
);
|
||||
|
||||
1;
|
||||
|
||||
# vim: set tabstop=4 expandtab:
|
||||
@ -1,16 +0,0 @@
|
||||
package NGCP::Panel::Form::CallForward::CFSourceSetSubadminAPI;
|
||||
use HTML::FormHandler::Moose;
|
||||
extends 'NGCP::Panel::Form::CallForward::CFSourceSetSubAPI';
|
||||
|
||||
has_field 'subscriber_id' => (
|
||||
type => 'PosInteger',
|
||||
required => 0,
|
||||
element_attr => {
|
||||
rel => ['tooltip'],
|
||||
title => ['The subscriber id this source set belongs to. Defaults to own subscriber id if not given.']
|
||||
},
|
||||
);
|
||||
|
||||
1;
|
||||
|
||||
# vim: set tabstop=4 expandtab:
|
||||
Loading…
Reference in new issue