Re: [Arches] Resource Model does not import

2018-09-06 Thread Adam Cox
That page was an old tutorial that we removed because it was obsolete after 4.3 and the new graph designer. You can see the previous contents if you switch docs versions to 4.2. It wasn't for creating custom report templates though, that's something we've never documented. From 4.3 on, I think the

Re: [Arches] Resource Model does not import

2018-09-06 Thread Vincent Meijer
Hooray! It was indeed the reference to report templates. After deleting those it worked. Thanks! I do have a custom template, but I can't find the documentation to register/activate it. It doesn't show up where I select reports in the Resource Editor. This one is empty: https://arches.readthed

Re: [Arches] Resource Model does not import

2018-09-05 Thread Adam Cox
Ah, I see you already had :) When I first imported I got a ReportTemplate matching query does not exist error, but when I deleted the report section from the graph and tried again, it worked correctly... so maybe it's something on your end? Good luck! Adam On Wed, Sep 5, 2018 at 12:35 PM, Vincen

Re: [Arches] Resource Model does not import

2018-09-05 Thread Vincent Meijer
You betcha: https://github.com/globaldigitalheritage/arches-3d/blob/testing-file-resource-import/arches_3d/arches_3d/db/graphs/resource_models/File%20(set).json On Wednesday, 5 September 2018 19:16:44 UTC+2, Adam Cox wrote: > > Oh that's strange! Would you be able to share the json file here so

Re: [Arches] Resource Model does not import

2018-09-05 Thread Adam Cox
Oh that's strange! Would you be able to share the json file here so others could try importing it? On Wed, Sep 5, 2018 at 12:07 PM, Vincent Meijer wrote: > That would make sense indeed. However, I removed all references to > functions and I still can't import the resource model. > > Function sec

Re: [Arches] Resource Model does not import

2018-09-05 Thread Vincent Meijer
That would make sense indeed. However, I removed all references to functions and I still can't import the resource model. Function section of the json now looks like this: "functions_x_graphs": [], On Wednesday, 5 September 2018 18:23:22 UTC+2, Adam Cox wrote: > > Hi Vincent, this means that

Re: [Arches] Resource Model does not import

2018-09-05 Thread Adam Cox
Hi Vincent, this means that the graph references a function that doesn't exist in your database. My guess is that this is the file upload function, in your Information Resource graph. I'd recommend going into the json directly and removing the association with this function, and then trying to impo

[Arches] Resource Model does not import

2018-09-05 Thread Vincent Meijer
I am trying to revive my Arches 4.0 graphs. All of them import fine, except this one: https://github.com/globaldigitalheritage/arches-3d/blob/master/arches_3d/arches_3d/db/graphs/resource_models/File%20(set).json When I import it in the browser nothing happens. When I run python manage.py pack