Tim
Tim
Cool, we can close this PR then. Any ETA on a release?
@MelleDijkstra If you are still using this ;) It seems it is just the parameter suggestion in the docblock is wrong, uploadObject does not need a SplFileObject but just the...
Hi @augustogoncalves I have submitted a PR wich resolves this issue. Could you take a look?
We use Gitlab CI and cache the .snipe and .snipe_snapshot.sql in a remote cache. Just my 2cts ;)
I don't think the schema dump contains any seed info.
Hi, I have fixed this issue in my fork See commit: https://github.com/tuimz/Untamed-Now-Playing/commit/68205955db1c3b3e7692e42bfa43c1e6234df69f
Ok I will contact Exact support and see what comes back. I will reply here with a solution for future reference ;)
Response from Exact: If you have a "project license" you cannot PUT the WarehouseID parameter. I am not 100% sure that leaving out the parameter on the object does not...
I could extends `PurchaseOrder::class` and override `isFillable` and then return false if we are doing anything with a key like 'WarehouseID' I will try this and test if that works...