Custom Query (2152 matches)
Results (1051 - 1053 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1132 | invalid | test_authz doesn't run | johnlawrenceaspden | |
Description |
Trying to run the tests in test_authz.py with $ nosetests --ckan ckan/tests/functional/test_authz.py results in no tests being run: Ran 0 tests in 0.840s OK (SKIP=3) |
|||
#1133 | worksforme | command line rights manipulation doesn't work | johnlawrenceaspden | |
Description |
It appears that the command $ paster rights add russianfan admin warandpeace has no effect, even though $ paster rights remove russianfan admin warandpeace works fine. This may be specific to something I've done, could someone confirm? If it's the case more generally, then I'm assuming this behaviour is untested? Tests should probably be added. |
|||
#1138 | invalid | minor navigations behave inconsistently | johnlawrenceaspden | |
Description |
For Authorization Groups, if you have admin privileges you see view, edit and authz tabs, and if you don't have the necessary privileges you only see the view tab. For Packages, you see all tabs whatever your permissions, so there's a link you can click on which will redirect you to the login page. |