I'm afraid I'm a bit lost here...Is it the last screendump that is showing the correct data? What does your configuration for the MNTP look like? And do you have a "Employee" repository somewhere in your "Content" section where the selected employees are created or where do the data come from? What does the dialogue look like when you click the "Add" button?
And is the MNTP what you refer to as the "backend"?
4: This is the view i got when i click the add button:
5: Backend = MTNP :)
6: another funny thing is when i look at the rollback view it also shows me the long list of id's which is correct. Look at the selected lines the roolback version is already the current version but it .
I'm wondering if you have checked the DOM using developer tools and checked that the picked persons are in fact not in the DOM? Perhaps they're hidden due to some "Overflow" hidden stuff? - This is just a long shot - Have not seen this before but since the data is in the DB I suspect it might be something like that.
Well after a long time i found the problem, I've uploaded the app_data folder long time ago and i sure it kind of override my folder permission settings for that specific folder.
Backend and database sync. issues
Hi I've have kind of a weird problem with my Umbraco backend and the database.
Exampel: When i look at my back datatype (a MNTP). It looks like this:
If i then try to output the content from the same datatype I get this (Console):
The full list which is the correct content.
So the backend part of umbraco shows WRONG content and the output show the the RIGHT content?!?
Does anyone have a clue of what is wrong here? Maybe the database or...?
Any help would be appreciated :o)
/ Mads
Hi Mads
I'm afraid I'm a bit lost here...Is it the last screendump that is showing the correct data? What does your configuration for the MNTP look like? And do you have a "Employee" repository somewhere in your "Content" section where the selected employees are created or where do the data come from? What does the dialogue look like when you click the "Add" button?
And is the MNTP what you refer to as the "backend"?
Looking forward to hearing from you.
/Jan
Hi Jan
1: The last screendump is the correct :)
2: Configuration:
3: This is the location of the employees:
4: This is the view i got when i click the add button:
5: Backend = MTNP :)
6: another funny thing is when i look at the rollback view it also shows me the long list of id's which is correct. Look at the selected lines the roolback version is already the current version but it .
Hope that helps a bit :)
/Mads
Hi Mads
Sorry, still not sure I understand - Have you selected more people in the picker than are being displayed in the "Related employees" screen dump?
/Jan
Yeah exactly.
I'm pretty sure it's not the datatype it self but the sync of the database and the XML.
I've tried following
Maybe you some good suggestions :)
Hi Mads
Aaah ok :)
I'm wondering if you have checked the DOM using developer tools and checked that the picked persons are in fact not in the DOM? Perhaps they're hidden due to some "Overflow" hidden stuff? - This is just a long shot - Have not seen this before but since the data is in the DB I suspect it might be something like that.
Hope this makes sense?
/Jan
Well after a long time i found the problem, I've uploaded the app_data folder long time ago and i sure it kind of override my folder permission settings for that specific folder.
Thanks Jan any ways :D
is working on a reply...