Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assembly: Logic assembly not iterating over all functions - needs investigation #61

Closed
g105b opened this issue Jan 14, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@g105b
Copy link
Member

g105b commented Jan 14, 2024

I'm working on a complex project that's causing issues within the Logic Authority.

To recreate, create this page structure:

page
- @outer-id
- - @inner-id
- - - @page-id.html
- - - index.php // redirect to "/outer-123/inner-456/_new"
- - index.php // redirect to "/outer-123/inner-456"
- index.php // redirect to "/outer-123/"

The intention is to redirect the root page through the different layers of automatic ID assignment.

The problem is that the go function of page/@outer-id/index.php doesn't fire. It's there in the assembly, but it isn't iterated by the invoke function. Changing it to go_before does indeed get invoked correctly.

This might not be a bug in the router, but I'm tracking it here.

@g105b g105b self-assigned this Jan 14, 2024
@g105b g105b added the bug Something isn't working label Jan 14, 2024
g105b added a commit to PhpGt/WebEngine that referenced this issue May 8, 2024
@github-project-automation github-project-automation bot moved this to May 2024 in Overview Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: May 2024
Development

No branches or pull requests

1 participant