Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10101, comment 5


Ignore:
Timestamp:
Jun 14, 2014, 8:47:47 AM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10101, comment 5

    initial v1  
    44
    55If the user has `CHANGESET_VIEW`, `BROWSER_VIEW` and `FILE_VIEW` they see the following:
    6 [[WithBrowserViewAndFileView.png)]]
     6[[Image(WithBrowserViewAndFileView.png)]]
    77
    88If the user has `CHANGESET_VIEW` and either one or neither of `BROWSER_VIEW` and `FILE_VIEW` they see:
    9 [[WithoutBrowserViewOrFileView.png]]
     9[[Image(WithoutBrowserViewOrFileView.png)]]
    1010
    1111So apparently `CHANGESET_VIEW` only grants permission to view the changeset metadata, as has been suggested in this ticket. `BROWSER_VIEW` and `FILE_VIEW` are needed to see the diff and the paths of the files that have been modified in the changeset.