cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Edit button:dojo.date.fromRfc3339 is not a fun

leonardo
Champ in-the-making
Champ in-the-making
Hi Evereybody,
I have a issue to resolve,but I don´t see any solution for it.
I´ve created a Web Form which has a field Date.
when I try to edit the content created I see the following error :
dojo.date.fromRfc3339 is not a function
do you knows like I have to procced to resolve this issue???

I´m using Alfresco Labs 3c.
3 REPLIES 3

mikeh
Star Contributor
Star Contributor
Fix should be in Labs 3 Final, having been merged from https://issues.alfresco.com/jira/browse/ETHREEOH-424

Thanks,
Mike

leonardo
Champ in-the-making
Champ in-the-making
Hi,Thanks for reply.

I am using Alfresco Labs 3c and in XFormProcessor.java I see this code :


private final static String[] JS_SCRIPTS =
   {
      "/scripts/tiny_mce/" + (LOGGER.isDebugEnabled()
                              ? "tiny_mce_src.js"
                              : "tiny_mce.js"),
      "/scripts/ajax/dojo/" + (LOGGER.isDebugEnabled()
                               ? "dojo.js.uncompressed.js"
                               : "dojo.js"),
      "/scripts/ajax/mootools.v1.11.js",
      "/scripts/ajax/common.js",
      "/scripts/ajax/ajax_helper.js",
      "/scripts/ajax/tiny_mce_wcm_extensions.js",
      "/scripts/ajax/xforms.js",
      "/scripts/ajax/file_picker_widget.js",
      "/scripts/upload_helper.js",
      "/scripts/ajax/dojo/src/date/serialize.js"
   };
In  Alfresco Labs 3c there is this code line: "/scripts/ajax/dojo/src/date/serialize.js" but the javascript error still happen when I try edit the created content.

is there other solution for this problem?

Thanks.

mikeh
Star Contributor
Star Contributor
No, that should be the fix - as you can see it was validated by our QA team on JIRA.

Is that javascript file definitely getting loaded (you can check with Firefox and Firebug)..?

Mike