Link to custom admin view #1024
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1024
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce the issue
In a custom admin view I have a list of record with link to detail custom admin view.
this is the code:
<td class = "primo" ><a href="<?php echo'index.php?option=com_cat_prata&view=adminlist&view=cardview&id='. $item->id; ?>"><button>Mostra Scheda</button></a></td>
which generates the following link:
https://jcb.infotecnica.eu/administrator/index.php?option=com_cat_prata&view=adminlist&view=cardview&id=2
Expected result
I expect that clicking Mostra Scheda will open the detail view
Actual result
Instead the same list admin list opens.
The strange thing is that if I copy the link and paste it into the browser it opens the detail view correctly
System information (as much as possible)
Additional comments