The bug is that the auto alias was not shown correctly on the node edit form.

And I'm adding code to also show it on the node view page.

CommentFileSizeAuthor
#2 show_automatic_domain-2577419-2.patch1.26 KBhelmo

Comments

helmo created an issue. See original summary.

helmo’s picture

Status: Active » Needs review
StatusFileSize
new1.26 KB
gboudrias’s picture

Seems to work, but the auto aliases show up in both domain aliases and auto aliases, shouldn't it be one or the other?

  • helmo committed 1d666e6 on 7.x-3.x
    Issue #2577419 by helmo: Show automatic domain alias on node view
    
helmo’s picture

Status: Needs review » Fixed

Good find ... we are loading the values in hosting_alias_node_view manually while hosting_alias_node_load already does part of it.

I've now added loading aliases_automatic to hook_node_load. And removed the loading code from our hook_node_view.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.