Comment 2 for bug 795704

Revision history for this message
Olivier Lenoir (olivier-lenoir-free) wrote :

Hello,

That's mean it is a decision, not a bug.
An evolution could be :
maxrecords = xxxx
if "unlimited"
    if number_of_records more than maxrecords
         display "number of records for this object is too large %", number_of_records
         ask_user "Set a filter to reduce the number of records"

Thanks