https://bugzilla.wikimedia.org/show_bug.cgi?id=49355
--- Comment #9 from Mahitgar <[email protected]> --- (In reply to comment #8) > (In reply to comment #6) > > >>You set up a filter that filters deletion for that page<< > > > > No, filter being written is not for deletion [...] > > It currently is. If you don't want deletion to be filtered, add: & (action == > "edit") :Sorry, I took more time to understand the hitch.So what I reported as a main bug is not a bug.To avoid the goof-up by others in future can we still update concerned MediaWiki message " MediaWiki:Cannotdelete-title " to : "Deletion process of page "$1" got partialy blocked by filter no. "x";You can still press back on your browser and repeat/click delete action again. To avoid recurrance of the same situation later you can update filter no. "x" by adding suitable condition 'action == "edit" or you can exclude Sysops in user group by inclusion of syntax: & !("sysop" in user_groups) " -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
