Ticket #78 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Fuseaction access is handled incorrectly

Reported by: scorfield Owned by: scorfield
Type: defect Priority: highest
Milestone: Release Candidate 1 Component: Fuxebox 4.1 Compatibility
Version: 5.0 Severity: normal
Keywords: Cc:

Description

Once you set a restrictive access on a fuseaction in a circuit, it affects all subsequent fuseactions!

Attachments

Change History

Changed 2 years ago by scorfield

  • owner changed from sean@corfield.org to scorfield
  • status changed from new to assigned

The problem is that access is set once at the top of circuit.loadFuseactions() whereas it should be set inside the loop.

Changed 2 years ago by scorfield

  • status changed from assigned to closed
  • resolution set to fixed

(In [194]) Fixes #78 by reinitializing access inside the loop, for every fuseaction.

Note: See TracTickets for help on using tickets.