Skip to content

Conversation

thapacodes4u
Copy link

Copy link
Member

@SlimDeluxe SlimDeluxe left a 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.

Copy link
Member

@SlimDeluxe SlimDeluxe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. There's an error when creating a new section
Image
  1. Sections are not scoped to tenant? I can see the same sections on both sites.
  2. 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.
Image
  1. Same goes for tenant test, marked as Done but I can't see it.

Comment on lines +51 to +55
/** @return BelongsTo<\Eclipse\Core\Models\Site, self> */
public function site(): BelongsTo
{
return $this->belongsTo(\Eclipse\Core\Models\Site::class);
}
Copy link
Member

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.

@SlimDeluxe
Copy link
Member

Before continuing please merge from the main branch, I updated the CI workflows.

@thapacodes4u
Copy link
Author

@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"

@SlimDeluxe
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants