Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:WinXP
Description
The show.gsp template does not handle manyToMany like edit.gsp.
In edit.gsp for manyToMany a linked list of the associated objects is show, I see no reason, why show.gsp should not do the same - and instead just show the native map.
My suggestion:
current:
<% if(p.oneToMany) { %>
improved:
<% if(p.oneToMany || p.manyToMany) { %>
I'm convinced there's an issue for this already, but I can't find it. Definitely a known issue, but I think only likely for 1.1.