Known System Issues: Difference between revisions

From Zymonic
Content added Content deleted
(Created page)
 
(Populated)
Line 1: Line 1:
<ul>
PLACEHOLDER
<li>
Can only add one page at a time (need to do delete from zz_pages where zname is null;) then re-run config build with full – being triaged but apparently only in development at the moment.
</li><li>
Needs update_fap then full config build then apache reload to get the security on the fap table correct. SR: 74878
</li><li>
Table 'alex_paf.zz_materialized_view_list' doesn't exist (manually creating it fixes the issue: SR: 74666
</li><li>
Role_permissions doesn't get populated initially – had to do: sudo zymonic_toolkit.pl System add_defaults --system paf --full yes : also SR: 74666
</li><li>
Group didn’t set properly for the newly created superuser - update zz_user_groups set groupid = [ID OF ADMINS GROUP]; - being triaged
</li><li>
Pages where the only block is a filter with no records in the DB do not show in the pages list (Transfer Management) - SR: 83904
</li></ul>

Revision as of 12:25, 26 September 2018

  • Can only add one page at a time (need to do delete from zz_pages where zname is null;) then re-run config build with full – being triaged but apparently only in development at the moment.
  • Needs update_fap then full config build then apache reload to get the security on the fap table correct. SR: 74878
  • Table 'alex_paf.zz_materialized_view_list' doesn't exist (manually creating it fixes the issue: SR: 74666
  • Role_permissions doesn't get populated initially – had to do: sudo zymonic_toolkit.pl System add_defaults --system paf --full yes : also SR: 74666
  • Group didn’t set properly for the newly created superuser - update zz_user_groups set groupid = [ID OF ADMINS GROUP]; - being triaged
  • Pages where the only block is a filter with no records in the DB do not show in the pages list (Transfer Management) - SR: 83904