Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DBAR Productions

    (@dbar-productions)

    Sorry, that appears to be an omission that I missed. That exporter class was shared by several of my PTA plugins, so to export CSV you need to be admin (manage_options) or a PTA Manager — which has the capability:
    manage_pta

    If you add that capability to the role, it should work. Alternately, you could edit the class-pta_csv_exporter.php file and change the ‘manage_pta’ to ‘manage_signup_sheets’, or add an additional check for the manage_signup_sheets capability

    I will push out a quick fix to add that additional capability check to the exporter class.

    Thread Starter delawaregrad

    (@delawaregrad)

    They were not happy! So glad you have a solution.

    I made that change in the files. Allowing them to manage_options was not something that was going to work, but this is perfect. I’m using Capability Mgr so I can minimize what they have access to.

    thanks for the quick response.

    Plugin Author DBAR Productions

    (@dbar-productions)

    Just pushed out the update that fixes that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSV export’ is closed to new replies.