Topic on Extension talk:Semantic MediaWiki

Purge/Refresh Disabled

4
Lordhelpus (talkcontribs)

As discussed here, the purge/refresh link under the three dot menu seems to be disabled ( class="is-disabled" ) for users that should have the ability to purge and refresh articles. What should be done to enable this link for users that should have the ability to purge/refresh?


Under three dot ( class="page-actions-more" ) menu, "Refresh" is currently marked as disabled:


blazblue.wiki/wiki/Carl_Clover?useskin=citizen


Another skin with the option available to click:


blazblue.wiki/wiki/Carl_Clover?useskin=darkvector

Jaideraf (talkcontribs)
Lordhelpus (talkcontribs)

Thank you for the response! I have verified that we were running SMW version 3.2.2 when this bug was first identified.

Jaideraf (talkcontribs)

I don't know about other skins, but if it works with Vector, so the problem is probably within the other skins.

Or you can try to use the development version of SMW, like so:


{

"require": {

"mediawiki/semantic-media-wiki": "dev-master",

"mediawiki/semantic-result-formats": "~3.1",

"mediawiki/semantic-extra-special-properties": "~2.0"

}

}


With composer update --no-dev

and

php maintenance/update.php

Reply to "Purge/Refresh Disabled"