Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12922


Ignore:
Timestamp:
Sep 24, 2017, 7:39:00 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12922 – Description

    initial v1  
    1111Consider a change to `/dir1/file1`, where no users have coarse-grained `FILE_VIEW` and `CHANGESET_VIEW`. `user1` can view the file and changeset and `user2` cannot. Now grant `FILE_VIEW` and `CHANGESET_VIEW` to `authenticated`. The behavior is the same for `user1`. However, `user2` can view the changeset but cannot view the file.
    1212
    13 [[Image()]]
     13View of `user1`:
     14
     15[[Image(Screen Shot 2017-09-23 at 22.35.26.png,border=2)]]
     16
     17View of `user2`:
     18
     19[[Image(Screen Shot 2017-09-23 at 22.36.15.png,border=2)]]
    1420
    1521The issue may have been introduced in r10007.