
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
any platform that is case sensitive, eg Linux
|
|
|
in edit.cfm under farcry_core/packages/types/_dmFile after the form submits it then includes the listing page with javascript parent['content'].location.href = "#application.url.farcry#/content/#stObj.TypeName#";
it should be parent['content'].location.href = "#application.url.farcry#/content/dmfile.cfm";
the reason being #stObj.TypeName# = dmFile which breaks in a linux environment becuse the file is dmfile.cfm
|
|
Description
|
in edit.cfm under farcry_core/packages/types/_dmFile after the form submits it then includes the listing page with javascript parent['content'].location.href = "#application.url.farcry#/content/#stObj.TypeName#";
it should be parent['content'].location.href = "#application.url.farcry#/content/dmfile.cfm";
the reason being #stObj.TypeName# = dmFile which breaks in a linux environment becuse the file is dmfile.cfm |
Show » |
| There are no comments yet on this issue.
|
|