Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Symphony 4.x #75

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Conversation

alexnantel88
Copy link

Update release version.
Output language code instead of full name.

@alexnantel88
Copy link
Author

wait for @nitriques to merge it

@nitriques
Copy link
Member

I've picked 2d0869f, 132d912, c6b6c57 and 65438a2 (the last 4 commits).

Can you rebase and keep only the first 3 commits please ? Thanks !

@beaubbe
Copy link
Contributor

beaubbe commented Oct 16, 2018

@alexnantel88 There is a problem whith the isHandleLocked function which breaks the unique handle creation. WHen entry id is not null, a new where statement is added for the entry id. The evaluation should not be "$q->where(['f.entry_id' => $entry_id]);"m it should be "$q->where(['f.entry_id' => ['!=' => $entry_id]]);".
This is how it was for symphony 2.7. Without the "!=", handles wont be unique.

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

Successfully merging this pull request may close these issues.

None yet

3 participants