Ticket #13434 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

Archetypes.Storage.annotation.migrateStorageOfType is not language aware

Reported by: gogo Owned by:
Priority: major Milestone: 4.x
Component: Archetypes Version: 4.2
Keywords: Cc:

Description

Archetypes.Storage.annotation.migrateStorageOfType uses

brains = catalog(Type=portal_type)

instead of

brains = catalog(Type=portal_type, Language="all")

and neglects all objects that have another language... This makes it quite unusable for tasks like upgrade steps...

Change History

comment:1 Changed 3 years ago by kleist

  • Status changed from new to confirmed
  • Priority changed from minor to major
  • Component changed from Unknown to Archetypes
Note: See TracTickets for help on using tickets.