]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 23 Aug 2016 12:38:18 +0000 (14:38 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 24 Aug 2016 19:44:33 +0000 (21:44 +0200)
- sorted a bit navigation rules
- added missing for fax/land-line edit/delete

web/WEB-INF/faces-config.xml

index 71cf4042d6b1a5cd140946eadf33c29c9edcb916..689302fd07167625eaf3bb95fbdf77e6abec1696 100644 (file)
                        <to-view-id>/admin/landline/admin_landline_delete.xhtml</to-view-id>
                </navigation-case>
        </navigation-rule>
+       <navigation-rule>
+               <from-view-id>/admin/mobile/admin_mobile_list.xhtml</from-view-id>
+               <navigation-case>
+                       <from-outcome>admin_show_mobile</from-outcome>
+                       <to-view-id>/admin/mobile/admin_mobile_show.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>admin_edit_mobile</from-outcome>
+                       <to-view-id>/admin/mobile/admin_mobile_edit.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>admin_delete_mobile</from-outcome>
+                       <to-view-id>/admin/mobile/admin_mobile_delete.xhtml</to-view-id>
+               </navigation-case>
+       </navigation-rule>
+       <navigation-rule>
+               <from-view-id>/admin/fax/admin_fax_delete.xhtml</from-view-id>
+               <navigation-case>
+                       <from-outcome>admin_show_fax_provider</from-outcome>
+                       <to-view-id>/admin/fax_provider/admin_fax_provider_show.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>admin_list_fax</from-outcome>
+                       <to-view-id>/admin/fax/admin_fax_list.xhtml</to-view-id>
+               </navigation-case>
+       </navigation-rule>
+       <navigation-rule>
+               <from-view-id>/admin/landline/admin_landline_delete.xhtml</from-view-id>
+               <navigation-case>
+                       <from-outcome>admin_show_landline_provider</from-outcome>
+                       <to-view-id>/admin/landline_provider/admin_landline_provider_show.xhtml</to-view-id>
+               </navigation-case>
+               <navigation-case>
+                       <from-outcome>admin_list_landline</from-outcome>
+                       <to-view-id>/admin/landline/admin_landline_list.xhtml</to-view-id>
+               </navigation-case>
+       </navigation-rule>
        <navigation-rule>
                <from-view-id>/admin/mobile/admin_mobile_delete.xhtml</from-view-id>
                <navigation-case>
                </navigation-case>
        </navigation-rule>
        <navigation-rule>
-               <from-view-id>/admin/mobile/admin_mobile_edit.xhtml</from-view-id>
+               <from-view-id>/admin/fax/admin_fax_edit.xhtml</from-view-id>
                <navigation-case>
-                       <from-outcome>admin_show_mobile</from-outcome>
-                       <to-view-id>/admin/mobile/admin_mobile_show.xhtml</to-view-id>
+                       <from-outcome>admin_show_fax</from-outcome>
+                       <to-view-id>/admin/fax/admin_fax_show.xhtml</to-view-id>
                </navigation-case>
        </navigation-rule>
        <navigation-rule>
-               <from-view-id>/admin/mobile/admin_mobile_list.xhtml</from-view-id>
-               <navigation-case>
-                       <from-outcome>admin_show_mobile</from-outcome>
-                       <to-view-id>/admin/mobile/admin_mobile_show.xhtml</to-view-id>
-               </navigation-case>
+               <from-view-id>/admin/landline/admin_landline_edit.xhtml</from-view-id>
                <navigation-case>
-                       <from-outcome>admin_edit_mobile</from-outcome>
-                       <to-view-id>/admin/mobile/admin_mobile_edit.xhtml</to-view-id>
+                       <from-outcome>admin_show_landline</from-outcome>
+                       <to-view-id>/admin/landline/admin_landline_show.xhtml</to-view-id>
                </navigation-case>
+       </navigation-rule>
+       <navigation-rule>
+               <from-view-id>/admin/mobile/admin_mobile_edit.xhtml</from-view-id>
                <navigation-case>
-                       <from-outcome>admin_delete_mobile</from-outcome>
-                       <to-view-id>/admin/mobile/admin_mobile_delete.xhtml</to-view-id>
+                       <from-outcome>admin_show_mobile</from-outcome>
+                       <to-view-id>/admin/mobile/admin_mobile_show.xhtml</to-view-id>
                </navigation-case>
        </navigation-rule>
        <navigation-rule>