User tests: Successful: Unsuccessful:
Pull Request for Improvement.
This PR adds the missing submenu for com_finder.
Smart Search is the only component with sidebar that doesn't have the submenu.
Two tests needed:
lft
and rgt
database fields. Can anyone check those in the sql insert commands?Status | New | ⇒ | Pending |
Labels |
Added:
?
?
|
No, the update SQL is needed. On install and update Joomla will update the manifest_cache
column of the extensions table for core extensions with the updated data for the XML manifests. It doesn't actually run individual extension updates.
i need to understand the lft/rgt values and have a way to rebuild then on update ...
I will put this in standby for now.
Category | ⇒ | Components |
Labels |
I can help you on this. I will try to submit a pull request to your repo but if I forget please remind me
ok thanks!
Labels |
@andrepereiradasilva & @brianteeman little reminder
This is a good UX improvement, so I would like to test it went completely finished.
waitng for brian to have time on this one
Sorry @andrepereiradasilva what is it I am supposed to be helping with - I am forgetful
andrepereiradasilva said
i need to understand the lft/rgt values and have a way to rebuild then on update ...
I will put this in standby for now.
brian said
I can help you on this. I will try to submit a pull request to your repo but if I forget please remind me
Ok I will try to remember how
@andrepereiradasilva
Michael is right it doesnt really matter for updated and seems to be a bit of a mess anyway
Obviously you need to rename your update files now with the new version ;)
Best thing I can suggest to get the correct lft/rgt values is to runs the sql you have right now. then go to the menu manager. make sure all menu items is selected and click on rebuild
that should give you the correct values
closing as no intenttion to pursue this anymore
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-09-05 22:07:53 |
Closed_By | ⇒ | andrepereiradasilva |
@mbabker, so, is this PR i don't need to add the SQL to update, since joomla will read the manisfest on update and create the submenus right?