-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
5e11ec3
to
bee8588
Compare
147161d
to
ace8fb7
Compare
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.
It's hard to parse this PR because it seems to be doing multiple things. Can we split apart the FileSource bug fixes from the refactoring of duplicateFilterEntityData
? (If we're going to do that refactoring, I'd like to address the overlap with TableMetaTrait and maybe a third similar implementation rather than introduce a new trait that does basically the same thing.)
ace8fb7
to
d1b9cd0
Compare
@benno I have already addressed that. The first commit contains only the fixes, while the second commit includes the refactoring
Thank you for bringing this to my attention. Refactoring this area is next on my list of tasks, and the initial changes I made are intended as a foundation for the broader improvements planned. However, I would prefer to address the refactoring of in a separate pull request, since it involves functional changes. This will help keep the changes focused and as minimal as possible, specifically targeting the merge between and . With the second commit, my goal is to break the code into smaller, more manageable pieces. The |
d1b9cd0
to
c1a8f72
Compare
@benno removed the refactoring. This pull request contains only bug fixes. |
c1a8f72
to
ab9fcde
Compare
app/resources/locales/en_US/field.po
Outdated
@@ -207,6 +207,9 @@ msgstr "Name" | |||
msgid "ordr" | |||
msgstr "Order" | |||
|
|||
msgid "other.value" |
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.
@benno Currently this is used by the Email Verifier plugin. Since it is very generic, i think it makes sense to be in the core code.
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.
This should be in its own issue since FileSource doesn't seem to be using it. Once that's done we can merge this 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.
Done
No description provided.