joomla-projects / gsoc16_recording-action-logs

Recording actions logs, accessible by super admin
https://summerofcode.withgoogle.com/projects/#4547036649095168
GNU General Public License v2.0
4 stars 4 forks source link

Menu entry for the new component is missing on new install if you install sample data #60

Closed zero-24 closed 8 years ago

zero-24 commented 8 years ago

Steps to reproduce the issue

Menu entry for the new component

Actual result

No menu entry for the new component

System information (as much as possible)

The menu gots truncated here: https://github.com/joomla-projects/gsoc16_recording-action-logs/blob/staging/installation/sql/mysql/sample_testing.sql#L10

and needs to be refilled here: https://github.com/joomla-projects/gsoc16_recording-action-logs/blob/staging/installation/sql/mysql/sample_testing.sql#L362

We should also look at the assests table

muhakh commented 8 years ago

The #__menu and #__assets tables are truncated in all sample data files :smile:

zero-24 commented 8 years ago

Yes to fill it with the needed content for the sample data

zero-24 commented 8 years ago

Thanks :smile: