-
Notifications
You must be signed in to change notification settings - Fork 2
Feat: Pages and Simple Sections #2
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see below comments before I move to the UI test.
database/migrations/2025_07_22_082135_create_sections_table.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- There's an error when creating a new section

- Sections are not scoped to tenant? I can see the same sections on both sites.
- I don't know how but you missed the instruction to make sections as nav menu items. I even included a screenshot from the old app. But you checked as Done anyway.

- Same goes for tenant test, marked as Done but I can't see it.
/** @return BelongsTo<\Eclipse\Core\Models\Site, self> */ | ||
public function site(): BelongsTo | ||
{ | ||
return $this->belongsTo(\Eclipse\Core\Models\Site::class); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, this is problematic... Core is not a dep of this plugin, so Site should not be used.
Before continuing please merge from the main branch, I updated the CI workflows. |
@SlimDeluxe Wait it already has all the changes from the main branch I don't know what you mean by. "Merge from the main branch" |
@thapacodes4u your last commit in this PR was on 11th Aug, but I made a change to the CI files 2 days later. If you merge from main, you'll get the fixed workflows so that tests in the PR work. |
Related Ticket