enterprisemediawiki / SemanticActions

An action tracking system for a Semantic MediaWiki
MIT License
3 stars 2 forks source link

Action with label not showing on an Action Board #23

Open bryandamon opened 5 years ago

bryandamon commented 5 years ago

This action on mwstake.org isn't showing on this board.

The site uses the DisplayTitle extension and the board uses the magic word {{PAGENAME}} with the following:

|LABEL=Label:In work,Label:Extension
|RELATED_ARTICLE=Event:93

The board uses:

{{Actionable board
|Open
|{{PAGENAME}}
|Extension, Conference
|True
|View
|{{PAGENAME}}
}}
bryandamon commented 5 years ago

Note, it works substituting the magic word ({{PAGENAME}}) with the actual page name (Event:93).

bryandamon commented 5 years ago

A test on a userpage seems like the opposite behavior is happening: https://mwstake.org/mwstake/wiki/User:Bryandamon

hexmode commented 5 years ago

Note, it works substituting the magic word ({{PAGENAME}}) with the actual page name (Event:93).

{{FULLPAGENAME}} should be used so that the namespace is included.

darenwelsh commented 4 years ago

@bryandamon Do you want to pull the repo to get the latest versions (it's all still just the master branch. I really need to start making tags.) or copy/paste the relevant template pages to see if it's fixed for you? I'm pretty sure I made this fix a while ago.

bryandamon commented 4 years ago

@hexmode Can you try to get the latest version on mwstake.org?