-
Notifications
You must be signed in to change notification settings - Fork 42
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
[WIP] Feature/item persister and retriever #1112
base: master
Are you sure you want to change the base?
Conversation
we might want to cherry-pick 2798cd6 here. |
|
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:
|
=> "check the value and delete" |
f21ba95
to
def1cc7
Compare
Change base branch and reopen? |
Something else to do here, we should inject the persister, retriever and resolver via constructor injection. |
Why closed? |
I deleted the alpha17 branch and github closed the PR then. :/ |
o.k. |
def1cc7
to
cf3a346
Compare
cf3a346
to
8e06889
Compare
In 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
8e06889
to
d329d9d
Compare
Description
This feature extracts the database interfacing routines into separate classes.
This is currently work in progress.
Checklist
@authors
in touched PHP files