erp5_wendelin: fix data array preview in new interface
when in new interface, limit is something like [0, 1000]
min(15, [0, 1000], 1000) doesn't raise error in python2, but not in python3
@Tyagov can you pls check ? thx
when in new interface, limit is something like [0, 1000]
min(15, [0, 1000], 1000) doesn't raise error in python2, but not in python3
@Tyagov can you pls check ? thx