Posted by svdoord on March 18, 2009 at 9:46am
6 followers
| Project: | Domain Access Advanced |
| Version: | 6.x-1.0-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | bookish |
| Status: | needs review |
Issue Summary
First of all, having this module is really great, well done!!
When trying the RC1 just now, I noticed that anonymous users didn't have access to any content anymore, until I though of rebuilding permissions, after that it worked again. So it seems that this is a necessary step. That's why I would suggest to bring up a message after installation, reminding admins to do this. Many other modules do this, so I guess there must be some mechanism for this.
Comments
#1
#2
You could use drupal_set_message() to do this :)
#3
As minimum, its very import to write about it in readme.file
#4
This patch adds a .install file which will set the flag to rebuild permissions when the module is enabled or disabled.
#5
I found that too, however, rebuilding the node access permissions with domain advanced turned on removes the node access permissions for sites (in the node access table, all 'domain_id' grants are removed and 'all' grants are inserted (ie default drupal behavior))
#6
Ignore previous comment. This bug is fixed with Commit #279638 and the latest -dev version is working for me.