Detail view field descriptions not generated

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
apirnar
Veteran Member
Posts: 40
Joined: 2013-04-15 17:06

Detail view field descriptions not generated

Post by apirnar » 2013-10-08 02:27

Here's a section from a templateDV file, all else seems to work fine except clicking on the information.gif leafs nowhere. I 'm suspecting the culprit is href="#" which is not generated correctly even though there is field description text in the project. The same is for all fields in all tables where a field has associated field description to be displayed. The problem is apparent only since 5.10 for me. Any suggestions? Thanks.

<td class="TableBody" id="noMouseOver" valign="top"><textarea tabindex="1" class="TextBox" name="internet" id="internet" cols="70" rows="5"><%%VALUE(internet)%%></textarea><a href="#" onclick="return showDescription('bina', 'internet', event);" tabindex="-1"><img src="information.gif" border="0" align="top" style="margin: 5px;"></a></td>

User avatar
a.gneady
Site Admin
Posts: 1287
Joined: 2012-09-27 14:46
Contact:

Re: Detail view field descriptions not generated

Post by a.gneady » 2013-10-14 01:12

href="#" is not the issue as the onclick handles the link instead ... I guess there might be a missing generated file that was not uploaded to your server ... Does the file "common.js.php" exist in your application folder?
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

apirnar
Veteran Member
Posts: 40
Joined: 2013-04-15 17:06

Re: Detail view field descriptions not generated

Post by apirnar » 2013-10-29 16:10

common.js.php did/does exist.
The issue has resolved with 5.20 in my pre-production site hope it's gone for good.
(I still have old version production site where problem continues but will upgrade that soon too so will see for sure.)
Thanks!

Post Reply