
| Key: |
FC-1609
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Blocker
|
| Assignee: |
Unassigned
|
| Reporter: |
Tomek Kott
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Under the overview section of an object with archiving abilities, clicking the "Show Archive" button gives a table of past object values. Clicking on preview pops up the index.cfm?archiveid="xxx" which doesn't do anything. You need "objectid="xxx"'
Fix is on line 102 of core/webtop/archive.cfm, need objectid not archiveid when calling conjuror. Then the object will be handled correctly.
|
|
Description
|
Under the overview section of an object with archiving abilities, clicking the "Show Archive" button gives a table of past object values. Clicking on preview pops up the index.cfm?archiveid="xxx" which doesn't do anything. You need "objectid="xxx"'
Fix is on line 102 of core/webtop/archive.cfm, need objectid not archiveid when calling conjuror. Then the object will be handled correctly. |
Show » |
|