aih / Tabulaw-QuoteBundles1

Highlighting and organizing quotes in quote bundles
5 stars 0 forks source link

RTF/Docx Download of Quote Bundles is in Reverse Order #7

Closed aih closed 13 years ago

aih commented 14 years ago

Download shows quotes from bottom to top. Need to create the desktop files to display quotes from top to bottom.

AndreyLevchenko commented 14 years ago

I found that order is actually reversed on adding quotes to quote bundle. Last added quote goes to the top of bundle. If this behavior is correct I can change download servlet appropriately.

aih commented 14 years ago

Hi Andrey, It is correct to have the newest quotes on the top of the bundle, and the oldest quotes on the bottom. That way, the user has the newest quotes available to use. The user can also re-arrange quotes in the quote bundle, so the servelet should display the downloaded quotes in the same order (top to bottom) that is found in the current Quote Bundle. So it would be great if you could change the servelet to work this way.

Thanks, Ari

AndreyLevchenko commented 14 years ago

Hi Ari I reversed order of quotes. But I'm not sure that I know how user can change quotes order. (And I found nothing like 'order' field in quote model class)

aih commented 13 years ago

Done.