stephpy / timeline-bundle

Symfony2 bundle to make timeline
193 stars 57 forks source link

Database deleted by accident #193

Closed semiaLi closed 9 years ago

semiaLi commented 9 years ago

Good morning, While i was working i have deleted my base by accident. I have recreate it with the backend i have created but my problem is that the data in relation with the bundle aren't shown . The table timeline is full but in the query builder result is empty :(

stephpy commented 9 years ago

Hi,

Action table is OK ? Components ? If you activated the DataHydrator with filter_unresolved attribute, the data of component should exist too ...

Complicated to say what's going wrong.

semiaLi commented 9 years ago

Yes the action table and the component table are ok :( spy_timeline: paginator: spy_timeline.paginator.knp filters: data_hydrator: priority: 20 service: spy_timeline.filter.data_hydrator filter_unresolved: true locators:

I am blocked i don't know what to do :(

semiaLi commented 9 years ago

Thank you , there was a fault in the component table , it has deleted th \ in the model so it hasn't know the origin of component data :)

stephpy commented 9 years ago

:)