Tom Misilo
Tom Misilo
I ended up adding a custom data directory to the molecule tests, which is why everything else is failing in the PR. What would be the best way to handle...
not stale On Fri, Oct 27, 2023 at 2:57 PM github-actions[bot] < ***@***.***> wrote: > This pr has been marked 'stale' due to lack of recent activity. If there >...
no stale
So it's failing on the EL versions because `__postgresql_config_path` is defaulting to the old data directory I believe? Is there a way in molecule to have specific variables for the...
@daviddavo did you ever figure this out?
I just wanted to confirm, I am seeing this as well!
Did anyone figure this out?
Thanks @geerlingguy!
I did add the following to the grimas/templates/Item.xml file ```xml ``` I am still seeing the same error though.
This is what our Grima file looks like ``` ... function do_task() { $item = new Item(); $item->loadFromAlmaBarcode($this['unboxed_barcode']); $item['inventory_date'] = date("Y-m-d"); $item['internal_note_3'] = ('Inventory Date: ').date("m/d/Y"); $item['inventory_number'] = ('Inventory Date:...