Upgrade pipe for FilterSolved

Everything is working great, but when hitting the pipe to set a filter, there is nothing to click.  It just says 'Upgrade pipe for Filter' - no button or anything to click.  If I click that, nothing happens.  I have upgraded to Wood, Stone, Metal, HQM - all to the same result.  Maybe I'm missing something...thank you!

figured it out by looking at the code.  The permission 'syncpipes.user' needs to be assigned.  Missing in the docs (which is great btw).

Great plugin - thank you!!

The only thing I can think of is if your filter amounts are wrong in the config file. If they are all 0 then that button will never activate. 

"filterSizes": [
    0,
    6,
    18,
    30,
    42
  ],


Merged post

Ah fair enough. There is a fault in the code I need to sort out with that user permission.
nydva9EE1IpY9Dm.jpg Joe90

The only thing I can think of is if your filter amounts are wrong in the config file. If they are all 0 then that button will never activate. 

"filterSizes": [
    0,
    6,
    18,
    30,
    42
  ],


Merged post

Ah fair enough. There is a fault in the code I need to sort out with that user permission.

not a fault....a feature :)

An undocumented feature as I've been told to call them :P

That permission should have been disabled a while ago but some of the checks seems to have crept back in. I need to investigate why...

Merged post

Made the undocumented feature documents and applied the permission more consistently.
Release version 0.9.16

Merged post

Would help if I could type... Should have read: "Made the undocumented feature documented"

Locked automatically