Edit properties form not showing up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2014 09:41 AM
I have some problems though, in some forms. For example, when I press the "edit properties" icon, on a document (when on a folder, not viewing the document), the edit form does not show up.
Does anyone have any idea on how this can be solved?
It is of custom content type, so lack of translations might be one thing. Even so, this happens in all content types, even on the core ones..
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2014 04:58 AM
Please add those details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2014 09:17 AM
On the logging files, nothing as well, by default. Should I set any particular log4j property to debug, in order to get any possible error? e.g. Javascript errors?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2014 11:58 PM
So setting log4j property to debug might not do any help.
You can try to move the following greek i18n properties file to the place
Share/js/alfresco/services/i18n/ActionService_GR.propertiesshare/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/documentlibrary/documentlist-v2.get.propertiesshare/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/documentlibrary/documentlist.get.properties
and see what happens in share document library.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2014 04:18 AM
Something important before we continue our conversation: I noticed that on IE, the form is displaying normally in greek (probably the only time that a developer is happy with IE). What does this mean? The files can't be corrupted or with missing strings, because IE loads them!
I didn't use an .amp file for the language pack, rather than just upload a .jar file. So, the file you said ActionService_el.properties is not on the alfresco repository. I unjared the .jar file in my desktop, and copied the file as documentlist.get_el.properties (and -v2 likewise). Nothing happened. Then I created a backup of my documentlist.get.properties and replaced it with the greek version. Nothing in particular, regular english form showing up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2014 07:36 AM
<b>TypeError: b is null</b>
The javascript is minified, so I do not know in which line this happens, but it happens right after the tags are retrieved, and in a file called "yui-commonXXXXXXXX.js" (XXXXX is a random sequence of numbers and letters).
Next, when I actually click on "edit properties", I can see the GET response, and everything is retrieved normally! I can actually see the HTML that is returned to the browser.. But the thing is that is in the top of HTML tags, and it is hidden..

I suppose a function is not called correctly. Possibly the one with the null pointer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2014 11:14 AM
And then open up a debugger to see what's going on.It will give you detail null inforamtion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2014 07:17 AM
I tried the following:
First, I wrote on my share-config-custom.xml the following:
<config> <flags> <client-debug>true</client-debug> </flags> </config>
Nothing happened.. Then, I wrote "replace=true" on my config tag, and share didn't even load up. It said that something on alfresco-common.ftl was missing (config.global.flags.childrenMap[key] to be exact)..
Then, I went low-level and edited share-config.xml on the webapps/share.. repository. Now Javascript debugging seems to be enabled, and some of the .js is unminified. But the problem is on a script called "yahoo-dom-event_XXXXXX.js" which is provided minified, still!
It seems that a certain Y variable is not defined in the greek language pack.. Opening up my debugger, and seeing the "
DOM" tab, that Y variable is there, but which property should I see (it has some properties like BUILD, Bubbling, util, lang, etc.)? Is there any information I can provide you with, that could help?
Also, the Alfresco log4javascript shows some information, but no errors or warnings there..
Any help is greatly appreciated guys..


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2014 04:14 AM
Has anybody found a solution/workaround for this issue?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2014 05:21 AM
Obviously a configuration file is missing, but I can't figure out which one. The safest way would be to take a working language pack and rebuild it with our strings, but that would take a while (a long actually..).
Does it have to do that it is loaded up as a .jar file?
