mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Made 'ID' work for quick filter
SVN revision: 2071
This commit is contained in:
parent
e24efd75b8
commit
9a32c4e589
@ -17762,7 +17762,9 @@ void show_page_filters(LOGBOOK * lbs, int n_msg, int page_n, BOOL mode_commands,
|
|||||||
for (attr_index = 0; attr_index < lbs->n_attr; attr_index++)
|
for (attr_index = 0; attr_index < lbs->n_attr; attr_index++)
|
||||||
if (strieq(list[index], attr_list[attr_index]))
|
if (strieq(list[index], attr_list[attr_index]))
|
||||||
break;
|
break;
|
||||||
if (attr_index == lbs->n_attr && !strieq(list[index], "Date") && !strieq(list[index], "Subtext")) {
|
|
||||||
|
if (attr_index == lbs->n_attr && !strieq(list[index], "Date") && !strieq(list[index], "Subtext") &&
|
||||||
|
!strieq(list[index], "ID")) {
|
||||||
rsprintf("Error: Attribute \"%s\" for quick filter not found", list[index]);
|
rsprintf("Error: Attribute \"%s\" for quick filter not found", list[index]);
|
||||||
attr_index = 0;
|
attr_index = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user