Skip to content
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

Error bei Bearbeiten einer Ansichtsbedingung #978

Closed
zonky2 opened this issue Feb 17, 2016 · 2 comments
Closed

Error bei Bearbeiten einer Ansichtsbedingung #978

zonky2 opened this issue Feb 17, 2016 · 2 comments
Labels
bug A bug! A bug! Fast, squish it! DC_General This ticket originated from or is directly related to DCG

Comments

@zonky2
Copy link
Contributor

zonky2 commented Feb 17, 2016

Habe eine Ansichtsbedingung eingefügt (nach Fehlermeldung und "zurück" ist diese dennoch da - siehe contao-community-alliance/dc-general#188 (comment)) - bei Klick auf Stift der Ansichtsbedingung kommt:

MM alpha10
DCG beta34

Fatal error: Uncaught exception RuntimeException with message Condition of type could not be transformed to an instance. thrown in C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\metamodels\core\src\MetaModels\BackendIntegration\InputScreen\InputScreen.php on line 290

#0 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\metamodels\core\src\MetaModels\BackendIntegration\InputScreen\InputScreen.php(319): MetaModels\BackendIntegration\InputScreen\InputScreen->transformCondition(Array)
#1 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\metamodels\core\src\MetaModels\BackendIntegration\InputScreen\InputScreen.php(113): MetaModels\BackendIntegration\InputScreen\InputScreen->transformConditions(Array)
#2 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\metamodels\core\src\MetaModels\Helper\ViewCombinations.php(546): MetaModels\BackendIntegration\InputScreen\InputScreen->__construct(Object(MetaModels\MetaModelsServiceContainer), Array, Array, Array, Array)
#3 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\metamodels\core\src\MetaModels\Helper\ViewCombinations.php(609): MetaModels\Helper\ViewCombinations->buildInputScreen('mm_mitarbeiterl...')
#4 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\metamodels\core\src\MetaModels\Helper\ViewCombinations.php(622): MetaModels\Helper\ViewCombinations->getInputScreenDetails('mm_mitarbeiterl...')
#5 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\metamodels\core\src\MetaModels\BackendIntegration\BackendModuleBuilder.php(304): MetaModels\Helper\ViewCombinations->getStandaloneInputScreens()
#6 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\metamodels\core\src\MetaModels\BackendIntegration\BackendModuleBuilder.php(76): MetaModels\BackendIntegration\BackendModuleBuilder->resolve()
#7 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\metamodels\core\src\MetaModels\BackendIntegration\Boot.php(115): MetaModels\BackendIntegration\BackendModuleBuilder->__construct(Object(MetaModels\MetaModelsServiceContainer), Object(MetaModels\BackendIntegration\ViewCombinations))
#8 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\system\modules\metamodels\config\event_listeners.php(65): MetaModels\BackendIntegration\Boot->perform(Object(MetaModels\Events\MetaModelsBootEvent))
#9 [internal function]: ContaoCommunityAlliance\Contao\EventDispatcher\EventDispatcherInitializer->{closure}(Object(MetaModels\Events\MetaModelsBootEvent), 'metamodels.boot...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#10 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\symfony\event-dispatcher\EventDispatcher.php(181): call_user_func(Object(Closure), Object(MetaModels\Events\MetaModelsBootEvent), 'metamodels.boot...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#11 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\symfony\event-dispatcher\EventDispatcher.php(46): Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(Array, 'metamodels.boot...', Object(MetaModels\Events\MetaModelsBootEvent))
#12 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\metamodels\core\src\MetaModels\Helper\SubSystemBoot.php(128): Symfony\Component\EventDispatcher\EventDispatcher->dispatch('metamodels.boot...', Object(MetaModels\Events\MetaModelsBootEvent))
#13 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\system\modules\metamodels\config\config.php(258): MetaModels\Helper\SubSystemBoot->boot(Object(Pimple))
#14 [internal function]: Contao\Config->{closure}(Object(Pimple))
#15 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\contao-community-alliance\dependency-container\src\DependencyInjection\Container\ContainerInitializer.php(116): call_user_func(Object(Closure), Object(Pimple))
#16 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\composer\vendor\contao-community-alliance\dependency-container\src\DependencyInjection\Container\ContainerInitializer.php(449): DependencyInjection\Container\ContainerInitializer->callHooks(Object(Pimple))
#17 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\system\initialize.php(243): DependencyInjection\Container\ContainerInitializer->init()
#18 C:\Contao2Go\htdocs\vhosts\contao-3.5.x\contao\main.php(16): require('C:\\Contao2Go\\ht...')
#19 {main}
@zonky2
Copy link
Contributor Author

zonky2 commented Feb 17, 2016

wenn die Exception übergangen wird, kann man die Ansichtsbedingung bearbeiten und der Fehler ist weg

@zonky2
Copy link
Contributor Author

zonky2 commented Feb 24, 2016

ist/wird mit contao-community-alliance/dc-general#195 gefixt

@discordier discordier added bug A bug! A bug! Fast, squish it! DC_General This ticket originated from or is directly related to DCG labels Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug! A bug! Fast, squish it! DC_General This ticket originated from or is directly related to DCG
Projects
None yet
Development

No branches or pull requests

2 participants