Skip to content

Screens aren't listed in the screen list in Oakstar Bank Development server with PM4 v4.6.1#5050

Merged
ryancooley merged 2 commits into
developfrom
bugfix/FOUR-8788-b
Jul 24, 2023
Merged

Screens aren't listed in the screen list in Oakstar Bank Development server with PM4 v4.6.1#5050
ryancooley merged 2 commits into
developfrom
bugfix/FOUR-8788-b

Conversation

@ryancooley
Copy link
Copy Markdown
Contributor

Based on original PR for v4.6.2 by @marcoAntonioNina.


Issue & Reproduction Steps

It can be seen that there are several screens with the screen_category_id column null, which could be seen in versions prior to 4.6.0, but currently, they are not displayed in the list of screens since they need to have a category assigned, in addition to having a system category.

Solution

  • An artisan php command was created, to review all screens with null category

How to Test

  • have screens with field category null, but with assignments in the category_asgments table.
  • these screens are not shown in the list of screens.
  • run the php artisan category:review-category-assign command

Related Tickets & Packages

Code Review Checklist

  • I have pulled this code locally and tested it on my instance, along with any associated packages.
  • This code adheres to ProcessMaker Coding Guidelines.
  • This code includes a unit test or an E2E test that tests its functionality, or is covered by an existing test.
  • This solution fixes the bug reported in the original ticket.
  • This solution does not alter the expected output of a component in a way that would break existing Processes.
  • This solution does not implement any breaking changes that would invalidate documentation or cause existing Processes to fail.
  • This solution has been tested with enterprise packages that rely on its functionality and does not introduce bugs in those packages.
  • This code does not duplicate functionality that already exists in the framework or in ProcessMaker.
  • This ticket conforms to the PRD associated with this part of ProcessMaker.

ci:deploy

@tokensPM
Copy link
Copy Markdown

QA server was successfully deployed https://ci-514f3eb804.eng.processmaker.net

@ryancooley ryancooley merged commit e3b4182 into develop Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants