- support compound primary keys in CDBI fetch_objects.
- add support for compound primary keys in factory templates
(Dagfinn Ilmari Mannsåker)
+ - Check if has_a actually points to a Maypole::Model (Dave Howorth)
+ - Only show buttons for public actions.
+ (Dagfinn Ilmari Mannsåker)
+
2.04 Tue Oct 27 14:00:00 2004
- fixed Apache::MVC version (Randal Schwartz)
#%]
[% MACRO button(obj, action) BLOCK; %]
+[% IF obj.is_public(action) %]
<form class="actionform" action="[% base %]/[% obj.table %]/[% action %]/[% obj.id.join('/') %]" method="post">
<div class="field"><input class="actionbutton" type="submit" value="[% action %]" /></div></form>
[% END %]
+[% END %]
[%#
=head2 view_related