mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-02 19:48:03 +00:00
Allowing signup in the default entity.
This commit is contained in:
@@ -77,12 +77,13 @@ namespace OpenWifi{
|
||||
}
|
||||
return SendList(Tags, SerialOnly);
|
||||
} else if(GetBoolParameter("subscribersOnly")) {
|
||||
|
||||
if(QB_.CountOnly) {
|
||||
auto C = DB_.Count(" devClass='subscriber' and subscriber!='' ");
|
||||
return ReturnCountOnly( C);
|
||||
}
|
||||
ProvObjects::InventoryTagVec Tags;
|
||||
DB_.GetRecords(QB_.Offset, QB_.Limit, Tags, " devClass='subscriber' and subscriber!='' ", OrderBy);
|
||||
DB_.GetRecords(QB_.Offset, QB_.Limit, Tags," devClass='subscriber' and subscriber!='' ", OrderBy);
|
||||
return SendList(Tags, SerialOnly);
|
||||
} else if(GetBoolParameter("unassigned")) {
|
||||
if(QB_.CountOnly) {
|
||||
|
||||
Reference in New Issue
Block a user