When creating custom issues in the database tables issues_type and config the new values don't populate on the phproject as expected. I have tried playing around with several different ways to do the config, and rebooted the webserver after having the correct desired settings.
In figure 1 and figure 2 issue_type.test is correctly configured according to the issues section on https://www.phproject.org/customize.html. However, it seems like the config is limited to which roles the administrator can set up. It looks like the configuration is being accepted at some features but not all, and my assumption is the role limitation is the cause of the behaviors in figures 3-6.
My theory is that the config values that are issues_type.<name> are tied into the different roles and they can't communicate.
Figure 1.
Figure 2. (File is was saved, ignore the *)
Figure 3. (Should be My Tests in theory)
Figure 4. (Should directly mirror issue_types in database)
Figure 5. (Should be New Test in theory)
Figure 6. (This works correctly)
When creating custom issues in the database tables
issues_type
andconfig
the new values don't populate on the phproject as expected. I have tried playing around with several different ways to do the config, and rebooted the webserver after having the correct desired settings.In figure 1 and figure 2
issue_type.test
is correctly configured according to the issues section on https://www.phproject.org/customize.html. However, it seems like the config is limited to whichroles
the administrator can set up. It looks like the configuration is being accepted at some features but not all, and my assumption is therole
limitation is the cause of the behaviors in figures 3-6.My theory is that the
config
values that areissues_type.<name>
are tied into the different roles and they can't communicate.Figure 1. Figure 2. (File is was saved, ignore the *)
Figure 3. (Should be
My Tests
in theory) Figure 4. (Should directly mirrorissue_types
in database) Figure 5. (Should beNew Test
in theory) Figure 6. (This works correctly)