You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just had an instance where I had forgotten to disable fetching of a child class for which I was intending to provide static values (msn:product_type_name, to be exact). Only noticed that PT was fetching (and thus overwriting) my static value when the product was being loaded as it's ancestor by my processor.
This is a case where human error very easily can creep in, and we should at least provide debug log records when this occurs. Yes, this should have been (and eventually was) caught in QA, but PDS4 labels are verbose beasts and PT should do everything possible to highlight potential mistakes like this.
The text was updated successfully, but these errors were encountered:
Just had an instance where I had forgotten to disable fetching of a child class for which I was intending to provide static values (
msn:product_type_name
, to be exact). Only noticed that PT was fetching (and thus overwriting) my static value when the product was being loaded as it's ancestor by my processor.This is a case where human error very easily can creep in, and we should at least provide debug log records when this occurs. Yes, this should have been (and eventually was) caught in QA, but PDS4 labels are verbose beasts and PT should do everything possible to highlight potential mistakes like this.
The text was updated successfully, but these errors were encountered: