Skip to content

Bugfix for alias queries when using regular account#63

Closed
rozwell wants to merge 1 commit intoopensolutions:masterfrom
rozwell:master
Closed

Bugfix for alias queries when using regular account#63
rozwell wants to merge 1 commit intoopensolutions:masterfrom
rozwell:master

Conversation

@rozwell
Copy link
Copy Markdown
Contributor

@rozwell rozwell commented Mar 3, 2014

There's no DomainAdmin entity and it's handled by Doctrine automagically when using joins for m2m tables.
Without this fix, errors will occur when you try to remove mailbox or view it's aliases using regular account.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

domain_admin table has only 2 id columns, so I guess this was wrong all along, not to mention the DomainAdmin entity doesn't exist.

@barryo barryo closed this in 012b026 Mar 4, 2014
@barryo
Copy link
Copy Markdown
Member

barryo commented Mar 4, 2014

Thanks @rozwell - I didn't merge your commit only because I wanted to test and check for myself locally.

The errors here were queries incorrectly ported from V2 which used Doctrine 1.2 to V3 using Doctrine2.

@rozwell
Copy link
Copy Markdown
Contributor Author

rozwell commented Mar 4, 2014

Not a problem, I'm just glad it's fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants