I didn't know about remote ids. I've looked for it in the documentation, and I found it for fetches. But I don't see it in the template override conditions page (http://ez.no/doc/ez_publish/technical_manual/4_x/reference/template_override_conditions)...
Maybe they are simply not documented ?? On 7/23/10, Gaetano Giunta <[email protected]> wrote: > Kévin Surrault wrote: >> Hello ! >> >> I have exported some content and an extension from my local eZ Publish >> to another eZ Publish, and I met some issues : >> >> - First, I could not import the extension package : when I clicked on >> "Import package" after choosing the file, eZ Publish did not react. >> Nothing. > > Check ezp and php error logs. You might find something there > >> - So I imported the extension manually, copying its folder. >> >> - As a result, it worked, but it all the nodes ID in the destination >> eZ Publish had changed. So I had to update all the templates >> conditions based on node_id, and all fetches that used objects_id ! >> >> Is there a way to export or update an extension without having all >> node and object ids changed ? Do I need to export all the dev database >> to the prod server (for a big big database is can be very long !) ? >> > > The remote_id field (of nodes and objects) is unchanged when moving content > around with packages, and it can be used in override conditions and template > fetches. > > The only downside is that by default it is not shown in the admin interface > - but you can override one or two templates to make it visible if you want > to use it. > > Bye > Gaetano > -- Sdk-public mailing list [email protected] http://lists.ez.no/mailman/listinfo/sdk-public
