Ryan Mitchell

Results 264 comments of Ryan Mitchell

Yeah that could work for us. Interested to see how you have approached it.

Just to finish off this approach - I've added a couple of lines to delete the `after install hook` file once its been run.

I would be hopeful that https://github.com/statamic/eloquent-driver/pull/57 fixes that

I think the order of one level deep structures was being lost / not saved properly. That PR fixes it. Maybe not relevant to your data - but I’d happily...

Looks like jason fixed this in 1.0.3 ([this commit](https://github.com/statamic/eloquent-driver/commit/222388aa13e3da5ae6ca388a3355bd41f4adbe02))

Can you close this off now that 60 has been merged and released?

Think it has to be in the initial description for that.

I'm not a big multi-site user so its not entirely clear to me that the issue is? Are you saying that in your example there should also be a term...

It does save localisations, you can see that here: https://github.com/statamic/eloquent-driver/blob/f5fdc8175e057b3290b1fc792b0a3b56437e3aa7/src/Taxonomies/Term.php#L25-L29 But I think the issue is with line 68 here: https://github.com/statamic/eloquent-driver/blob/f5fdc8175e057b3290b1fc792b0a3b56437e3aa7/src/Taxonomies/Term.php#L67-L71 It should be assigning to `$data['localizations'][$locale]` - do you...

The english text is stored as a locale, so if youre doing a dump and exit it may be the first one being output. Is anything being stored under the...