Issue 78009 - The item "Sort"&"Consolidate" should be enable after record.
Summary: The item "Sort"&"Consolidate" should be enable after record.
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Calc
Classification: Application
Component: code (show other issues)
Version: OOo 2.2
Hardware: All Windows, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: spreadsheet
QA Contact: issues@sc
URL:
Keywords:
Depends on:
Blocks: 72764
  Show dependency tree
 
Reported: 2007-06-01 08:18 UTC by liujiaxiang
Modified: 2007-07-23 14:14 UTC (History)
3 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch file (938 bytes, patch)
2007-06-01 09:11 UTC, liujiaxiang
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description liujiaxiang 2007-06-01 08:18:25 UTC
The item "Sort"&"Consolidate" should be enable after record. 
1. Create a new Spreadsheet;
2. Edit -> Changes -> Record;
3. Data -> Find the item "sort"&"Consolidate" are disable;
The item should be enable.
Comment 1 liujiaxiang 2007-06-01 09:11:52 UTC
Created attachment 45578 [details]
patch file
Comment 2 liujiaxiang 2007-06-06 09:13:01 UTC
confirm
Comment 3 ooo 2007-06-21 19:37:58 UTC
The functionality is disabled on purpose when RecordChanges is enabled. The
change tracking is not able to track the changes resulting from Sort or
Consolidate. If we would track the changes, a single Sort of data (maybe even
with formulas referring the data) would result in a massive amount of change
track records. This is not desired. It is also not clear if tracking those
changes would be complete nor if the changes could be selectively undone, it was
never intended to track the Sort action. Simply enabling the slot again most
certainly is not the solution.
Comment 4 frank 2007-07-23 14:14:10 UTC
...and closed