Inbound Routes page cannot save

FreePBX 13.0.1alpha32 seems to be missing a way of saving changes to inboud routes. Does anybody have this problem or know of a solution?

Can you be more specific?

I did A, B, C. On C X should have happened and Y happened.

I just went through and it all worked fine so I may not be understanding the issue.

Selected inbound routes from Connectivity menu, selected a route to edit, changed a value, but have no button to save changes. Maybe this is just a corrupt file on my server? Most pages have a “Submit” button at bottom of page, this one does not.

Go in to module admin and make sire everything is up to date.

Everything has been updated. Still same result.

These two lines (/var/www/html/admin/modules/core/views/did/routeform.php) are are causing the form to display incorrectly:

<?php $module_hook = moduleHook::create(); echo $module_hook->hookHtml; ?>

I have commented them out and now i can save the inbound route changes - the “Submit” button now shows up.

On menu, I select “Inbound Routes”, then select a route to edit. I make the changes on the form, there is no “Submit” or “Save” button at bottom of form.

Maybe this is only a problem on my install, all other forms have a “Submit” button to save the changes.