mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-13 15:17:44 +02:00
2016-03-24 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Type' control to 'web/tests/listcart.html'. * Fixed a bug in 'web/rdxport/carts.cpp' that broke the 'ListCarts' API call when no group was specified.
This commit is contained in:
parent
07f5e23d08
commit
1b3721f66c
@ -14983,3 +14983,7 @@
|
||||
spurious errors to be dumped to stderr.
|
||||
2016-03-24 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Removed spurious linefeed in 'PACKAGE_VERSION'.
|
||||
2016-03-24 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'Type' control to 'web/tests/listcart.html'.
|
||||
* Fixed a bug in 'web/rdxport/carts.cpp' that broke the 'ListCarts'
|
||||
API call when no group was specified.
|
||||
|
@ -145,7 +145,7 @@ void Xport::ListCarts()
|
||||
// Generate Cart List
|
||||
//
|
||||
if(group_name.isEmpty()||(group_name==tr("ALL"))) {
|
||||
where=RDAllCartSearchText(filter,"ALL",xport_user->name(),false);
|
||||
where=RDAllCartSearchText(filter,"",xport_user->name(),false);
|
||||
}
|
||||
else {
|
||||
sql=QString().
|
||||
|
@ -22,6 +22,14 @@
|
||||
<td><input type="text" name="FILTER" size="60" maxlength="255"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">TYPE:</td>
|
||||
<td><select name="TYPE">
|
||||
<option value="audio">audio</option>
|
||||
<option value="macro">macro</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="right">INCLUDE CUTS:</td>
|
||||
<td><input type="text" name="INCLUDE_CUTS" size="2" maxlength="1"></td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user