I think my problem is a bug.

When i create a section with for example a name with spaces like: "firstpart secondpart".
OA generates an url like "firstpart-secondpart".

I have created a button that redirects me to the current space and section.

[site:url][site:og-context--node]/[site:oa-section-context]

The part [site:oa-section-context] generates a url like: "firstpart%%20secondpart" and OA can't find the desired page.

Is this a bug or am i doing something wrong.

Comments

mschuurman created an issue. See original summary.

mpotter’s picture

Category: Bug report » Support request

The [site:oa-section-context] token returns a node object. So I think you need something like : [site:oa-section-context:url] to get the proper url of the node.

mschuurman’s picture

Status: Active » Fixed

This fixed the problem, thanks!

Status: Fixed » Closed (fixed)

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