diff --git a/news/305.bugfix b/news/305.bugfix new file mode 100644 index 00000000..28a784a1 --- /dev/null +++ b/news/305.bugfix @@ -0,0 +1,6 @@ +in custom_migration.migrate the form_dx_typename should contain _space_ to match the dx_key + +the getDXFields javascript function doesn't replace all space in at_typename, +causing forms to non load right fields list, or not load it at all. + +[gianniftp] \ No newline at end of file diff --git a/plone/app/contenttypes/migration/custom_migration.pt b/plone/app/contenttypes/migration/custom_migration.pt index 7d19a2cb..33509240 100644 --- a/plone/app/contenttypes/migration/custom_migration.pt +++ b/plone/app/contenttypes/migration/custom_migration.pt @@ -41,7 +41,7 @@