-
-
Notifications
You must be signed in to change notification settings - Fork 3k
UUID implementation fix + added to roles and permissions #14751
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 6.x #14751 +/- ##
=========================================
Coverage 64.71% 64.72%
- Complexity 34710 34720 +10
=========================================
Files 2274 2275 +1
Lines 103689 103708 +19
=========================================
+ Hits 67105 67127 +22
+ Misses 36584 36581 -3
🚀 New features to boost your workflow:
|
@dadarya0 the UUID will be used for the Campaign Library. I just learned from @levente999 that the UUIDs aren't getting populated on entity creation. Could you please also push that part? Either here or new PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to add the code that is populating the UUIDs on entity creation otheriwse we'll have to execute the update queries again once we do. Let's get that done before M6-stable release.
set UUIDs on entity creation code is pushed in last commit |
Cf 583: Copy Roles via RC/GT.
MAUT-4528 : Added translation relationship to pages
f2cf7f1
to
068c3b0
Compare
I have changed target branch from 7.x to 6.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Saurabh! The code looks great. I tested the migrations and also created a new segment and checked in the database that the UUID value was filled in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
This pull request has been mentioned on Mautic Forums. There might be relevant details there: https://forum.mautic.org/t/issue-with-logging-in-to-mautic-6-0-after-upgrade-from-5-2-5/35610/3 |
Cf 583: Copy Roles via RC/GT.
Description
UUID implementation. This is necessary for global identification of entities for the campaign library:
#14504
The UUID will be used to decide whether an entity should be updated or inserted during the import of entities.
📋 Steps to test this PR: