Opened 11 years ago
Closed 10 years ago
#11748 closed enhancement (fixed)
Hide projects instead of showing "no permissions"
Reported by: | anonymous | Owned by: | falkb |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
This is just a simple patch which simply moves 2 lines of code to hide restricted projects instead of displaying them as restricted.
The author asked for a diff, so here it is.
Attachments (1)
Change History (5)
Changed 11 years ago by
Attachment: | patch.diff added |
---|
comment:1 follow-up: 2 Changed 11 years ago by
comment:2 Changed 11 years ago by
Replying to falkb:
I already had a look but I'm not sure if that's the right fix for the problem. It needs a bit more thinking but I currently suffering from lack of time.
Well, it was just a quick'n'dirty solution, a temporary 'fix'. The idea behind was just to not have dozens of projects telling you you don't have access to. Since I had to manage nearly about 230 different projects and countless developers moaning about that it is confusing having tons of projects to which they have no relation.
Now they're happy to just have only their very own projects.
I'm quite uncertain about consequences resulting after applying this fix. But I haven't heard anything about issues since then. Seems to run fine for now ;)
comment:3 Changed 11 years ago by
OK, I'll have a look.
Look to my coming on the first light of the fifth day, at dawn look to the east!
I already had a look but I'm not sure if that's the right fix for the problem. It needs a bit more thinking but I currently suffering from lack of time.