Is PullMetaExtender.ValidateSettings() still being called? (IMan 4.0) (3 replies)
Randy, we're looking at the ValidateSettings method presently.
However, this method should be doing exactly what it applies: validating the options/settings; not doing additional meta-data processing.
Perhaps you can describe what you're doing?
If you're adding/altering meta-data you should probably do this during ImportType_set.
Thanks
Randy, we've reviewed this and presently the ValidateSettings is not being called.
We will re-instate this as part of the next product update for v4.
Thanks
Still, in attempt to test that if statement, you need to execute it somehow, and thus you need to ... I am not exactly where I wanted to get, but I am close. ... void { $creatorResponder = CreatorResponderBuilder::getInstance() ...I am getting the same error 999+ times in the console when I start my game, after ... The error is: "In order to call GetTransformInfoExpectUpToDate, ... deal with all the outdated API garbage to-be-expected, and still get it:. Êtes vous fan des jeux vidéos ? Aimez vous collectionner les figurines de vos personnages préférés ? Vous voulez agrandir votre collection de figurine fortnite ? Vous êtes exactement au bon endroit, dans l’univers des figurines
It appears that PullMetaExtender.ValidateSettings() is no longer being called, at least according to my logging. I added a logging call to the method which was never written to the log. Additionally, processing I perform in that method does not appear to be called.
Is this method still called?
If so, can you provide the list of calls which are made to PullMetaExtender?
If not, can you provide a solution for reading in those options so that I may have access the to values in PullMetaExtender as I need this data to assist in building the Pull MetaData XML.
If access to this data is not available in PullMetaExtender can we meet to strategize a plan for this, this is relevant to the Magento2 connector.