the-canonizer / canonizer-service

2 stars 0 forks source link

Camp Leader Functionality: Nickname link issue in "Camp Update" page #309

Open hassaanCD opened 6 months ago

hassaanCD commented 6 months ago

Steps to reproduce: Sign in with User A and create a topic and copy URL Sign in with User B and paste the URL Navigate to "Camp Update" page Hover mouse over "Current Camp Leader" link Observe nickname link

As shown in attached screenshot:

Image

sajid315 commented 6 months ago

@wahaj-hafeez from backend API, I have pushed the correct nickname Id for "Sign Petition" API. On the frontend side you have to fetch data from that API and display it as "Current Camp Leader".

wahaj-hafeez commented 6 months ago

@sajid315 ! The URL issue is now fixed and code is pushed to branch "can-issue-1511".

hassaanCD commented 5 months ago

Working fine on development