Uh oh!
There was an error while loading. Please reload this page.
[WIP] Feature/item persister and retriever - #1112
Open
discordier wants to merge 7 commits into
Open
Conversation
discordier
commented
Apr 19, 2017
MemberAuthor
we might want to cherry-pick 2798cd6 here. |
Contributor
|
Contributor
test for #1005 with translated_text: the empty "zomby cells" live on @discordier in my opinion, we should implement the check to empty values at core/src/MetaModels/Attribute/TranslatedReference.php Lines 316 to 340 in bd9e359 we can use two strategies:
|
zonky2
commented
Apr 24, 2017
Contributor
=> "check the value and delete" |
discordierforce-pushed
the
feature/item-persister-and-retriever
branch
from
May 30, 2017 20:43
f21ba95 to
def1cc7Comparerichardhj
commented
Sep 12, 2017
Member
Change base branch and reopen? |
discordier
changed the base branch from
hotfix/2.0.0-alpha16
to
hotfix/2.0.0-alpha17September 18, 2017 11:27
discordier
commented
Sep 18, 2017
MemberAuthor
Something else to do here, we should inject the persister, retriever and resolver via constructor injection. |
zonky2
commented
Feb 6, 2018
Contributor
Why closed? |
discordier
changed the base branch from
hotfix/2.0.0-alpha17
to
hotfix/2.0.0-alpha18February 7, 2018 10:23
discordier
commented
Feb 7, 2018
MemberAuthor
I deleted the alpha17 branch and github closed the PR then. :/ |
zonky2
commented
Feb 7, 2018
Contributor
o.k. |
discordierforce-pushed
the
feature/item-persister-and-retriever
branch
from
March 6, 2018 12:25
def1cc7 to
cf3a346Comparediscordierforce-pushed
the
feature/item-persister-and-retriever
branch
from
March 10, 2018 00:30
cf3a346 to
8e06889CompareIn addition we also now have an IdResolver
We also have hybrid attributes (like select) which are both, ISimple and IComplex. We might also have all other kinds of combinations. Therefore we now have the sequence of: - Always fetch simple attributes - Then try translated - Finally try complex
discordierforce-pushed
the
feature/item-persister-and-retriever
branch
from
March 10, 2018 00:40
8e06889 to
d329d9dCompare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This feature extracts the database interfacing routines into separate classes.
This is currently work in progress.
Checklist
@authorsin touched PHP files