Added missing update for authoring_steps table to upgrade for ccm-ldn-types-organization (renaming OrganizationImageStep)
git-svn-id: https://svn.libreccm.org/ccm/trunk@2823 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
756dcf561e
commit
a653c4ac08
|
|
@ -42,6 +42,12 @@ UPDATE authoring_steps
|
||||||
component='com.arsdigita.cms.contenttypes.ldn.ui.OrganizationPropertiesStep'
|
component='com.arsdigita.cms.contenttypes.ldn.ui.OrganizationPropertiesStep'
|
||||||
WHERE component='com.arsdigita.cms.contenttypes.ui.OrganizationPropertiesStep';
|
WHERE component='com.arsdigita.cms.contenttypes.ui.OrganizationPropertiesStep';
|
||||||
|
|
||||||
|
UPDATE authoring_steps
|
||||||
|
SET label_bundle='com.arsdigita.cms.contenttypes.ldn.OrganizationResources',
|
||||||
|
description_bundle='com.arsdigita.cms.contenttypes.ldn.OrganizationResources',
|
||||||
|
component='com.arsdigita.cms.contenttypes.ldn.ui.OrganizationImageStep'
|
||||||
|
WHERE component='com.arsdigita.cms.contenttypes.ui.OrganizationImageStep';
|
||||||
|
|
||||||
UPDATE acs_objects
|
UPDATE acs_objects
|
||||||
SET (object_type,default_domain_class) =
|
SET (object_type,default_domain_class) =
|
||||||
('com.arsdigita.cms.contenttypes.ldn.Organization',
|
('com.arsdigita.cms.contenttypes.ldn.Organization',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue