Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
-
dragon
- Veteran Member
- Posts: 44
- Joined: 2015-09-29 00:06
Post
by dragon » 2015-10-01 13:50
On detail_view.php the "s" is dropped from Companies detail. See image.

- screenshot1.PNG (11.51 KiB) Viewed 3961 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 (11.51 KiB) Viewed 3961 times
-
Attachments
-

- screenshot2.PNG (11.72 KiB) Viewed 3961 times
Appgini 5.50, Revision 835. Mac OSX 10.11 running Windows 10 on VMWare.
-
a.gneady
- Site Admin
- Posts: 1354
- Joined: 2012-09-27 14:46
-
Contact:
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.
AppGini plugins to add more power to your apps:
-
dragon
- Veteran Member
- Posts: 44
- Joined: 2015-09-29 00:06
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.