You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a never seen and function as beta, the issue is that in the menu it redirects me to the new page but leaves me selected 2 options instead of only 1. What could it be? or how could I fix it? it only happens with these routes
This is the new view
And this is the old view
As you can see the second image marks 1 option instead the first image leaves me 2 selected menus. Attached code:
Route::get('opportunity/beta/index','OpportunityController@new_list')->name('opportunities.new_list'); //It leaves 2 menu options active
Route::get('opportunity','OpportunityController@index')->name('opportunity.index'); //Only activates 1 menu option
This discussion was converted from issue #118 on August 21, 2021 08:54.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I created a never seen and function as beta, the issue is that in the menu it redirects me to the new page but leaves me selected 2 options instead of only 1. What could it be? or how could I fix it? it only happens with these routes
This is the new view
And this is the old view
As you can see the second image marks 1 option instead the first image leaves me 2 selected menus. Attached code:
Routes
Beta Was this translation helpful? Give feedback.
All reactions