sgpatel / multimedia-portal

Automatically exported from code.google.com/p/multimedia-portal
0 stars 0 forks source link

common locale cms #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As there are two types of localized tables:
1) fully localized: all fields represent one locale(no common fields)
 -- add a 'locale' field
 -- create filter by locale.
2) partly localized: here can be some fields that are common for all locales
 -- show all records + filter by locale + multi-update feature
 -- insert new record:
  -- if one exists with same common properties(parent) do not create parent
  -- if nothing exists with same common properties create new parent
 -- update:
  -- show one record (in current locale) + same record in another locale
  -- show all locales by one parent(filter) + multi-update

Original issue reported on code.google.com by demchuck...@gmail.com on 27 Apr 2010 at 1:19