oitcode / Cbswei

CMS and other features. Created with laravel and livewire.
MIT License
11 stars 3 forks source link

Random name is shown for author in wegpage/post list in Dashboard #30

Closed oitcode closed 1 year ago

oitcode commented 1 year ago

Random name is shown for author in wegpage/post list in Dashboard

However, it should show the actual user which created the webpage/post.

oitcode commented 1 year ago

Update:

Currently there is no foreign key to user table in webpage table.

A new column needs to be added to webpage table which will act as a foreign key to user table.

oitcode commented 1 year ago

Fixed.

oitcode commented 1 year ago

Issue repeating for post list in dashboard.

oitcode commented 1 year ago

Fixed for post list.