On detail_view.php the "s" is dropped from Companies detail

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
dragon
Veteran Member
Posts: 44
Joined: 2015-09-29 00:06

On detail_view.php the "s" is dropped from Companies detail

Post by dragon » 2015-10-01 13:50

On detail_view.php the "s" is dropped from Companies detail. See image.
screenshot1.PNG
screenshot1.PNG (11.51 KiB) Viewed 3080 times
If you edit companies_dml.php at around line 398 you can change "Companie" to "Company" so it read "Company detail".

Code: Select all

	// process form title
	$templateCode = str_replace('<%%DETAIL_VIEW_TITLE%%>', 'Company details', $templateCode);
See image.
screenshot1.PNG
screenshot1.PNG (11.51 KiB) Viewed 3080 times
Attachments
screenshot2.PNG
screenshot2.PNG (11.72 KiB) Viewed 3080 times
Appgini 5.50, Revision 835. Mac OSX 10.11 running Windows 10 on VMWare.

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

Re: On detail_view.php the "s" is dropped from Companies detail

Post by a.gneady » 2015-10-01 21:37

Thanks for reporting this issue. Till we work on a fix for it, you can edit the detail view title directly in AppGini without having to edit the generated files. Just open your project in AppGini and select the companies table. Then edit the detail view title box.
: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.

dragon
Veteran Member
Posts: 44
Joined: 2015-09-29 00:06

Re: On detail_view.php the "s" is dropped from Companies detail

Post by dragon » 2015-10-01 22:38

Thank you for the information.
Appgini 5.50, Revision 835. Mac OSX 10.11 running Windows 10 on VMWare.

Post Reply