Skip to content

FOUR-24227:Add in the display screen a New control - Case Progress Bar#1815

Merged
pmPaulis merged 6 commits into
epic/FOUR-22605from
feature/FOUR-24227
May 16, 2025
Merged

FOUR-24227:Add in the display screen a New control - Case Progress Bar#1815
pmPaulis merged 6 commits into
epic/FOUR-22605from
feature/FOUR-24227

Conversation

@fagubla

@fagubla fagubla commented May 14, 2025

Copy link
Copy Markdown
Contributor

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.

@cypress

cypress Bot commented May 14, 2025

Copy link
Copy Markdown

screen-builder    Run #1838

Run Properties:  status check passed Passed #1838  •  git commit 19e1f806fa: FOUR-24227:Add in the display screen a New control - Case Progress Bar
Project screen-builder
Branch Review feature/FOUR-24227
Run status status check passed Passed #1838
Run duration 09m 25s
Commit git commit 19e1f806fa: FOUR-24227:Add in the display screen a New control - Case Progress Bar
Committer Fabio Rodolfo Guachalla Blanco
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 19
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 373
View all changes introduced in this branch ↗︎

@fagubla fagubla changed the title FOUR-24227:Add in the display screen a New control - Case Progress Bar FOUR-24227: Add in the display screen a New control - Case Progress Bar May 15, 2025
@fagubla fagubla changed the title FOUR-24227: Add in the display screen a New control - Case Progress Bar FOUR-24227:Add in the display screen a New control - Case Progress Bar May 16, 2025
@processmaker-sonarqube

processmaker-sonarqube Bot commented May 16, 2025

Copy link
Copy Markdown

@pmPaulis

pmPaulis commented May 16, 2025

Copy link
Copy Markdown
Contributor

The following issue is showing

PHP Fatal error:  Uncaught Exception: Unable to fetch default template list. in /opt/processmaker/ProcessMaker/Jobs/SyncDefaultTemplates.php:60
Stack trace:
#0 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): ProcessMaker\Jobs\SyncDefaultTemplates->handle()
#1 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
#2 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(95): Illuminate\Container\Util::unwrapIfClosure()
#3 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\Container\BoundMethod::callBoundMethod()
#4 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(696): Illuminate\Container\BoundMethod::call()
#5 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(126): Illuminate\Container\Container->call()
#6 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(170): Illuminate\Bus\Dispatcher->Illuminate\Bus\{closure}()
#7 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(127): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#8 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(130): Illuminate\Pipeline\Pipeline->then()
#9 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(126): Illuminate\Bus\Dispatcher->dispatchNow()
#10 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(170): Illuminate\Queue\CallQueuedHandler->Illuminate\Queue\{closure}()
#11 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(127): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#12 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(121): Illuminate\Pipeline\Pipeline->then()
#13 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(69): Illuminate\Queue\CallQueuedHandler->dispatchThroughMiddleware()
#14 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(102): Illuminate\Queue\CallQueuedHandler->call()
#15 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(76): Illuminate\Queue\Jobs\Job->fire()
#16 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Queue/SyncQueue.php(56): Illuminate\Queue\SyncQueue->executeJob()
#17 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(244): Illuminate\Queue\SyncQueue->push()
#18 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(228): Illuminate\Bus\Dispatcher->pushCommandToQueue()
#19 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(95): Illuminate\Bus\Dispatcher->dispatchToQueue()
#20 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Foundation/Bus/Dispatchable.php(76): Illuminate\Bus\Dispatcher->dispatchSync()
#21 /opt/processmaker/ProcessMaker/Console/Commands/SyncDefaultTemplates.php(46): ProcessMaker\Jobs\SyncDefaultTemplates::dispatchSync()
#22 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): ProcessMaker\Console\Commands\SyncDefaultTemplates->handle()
#23 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
#24 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(95): Illuminate\Container\Util::unwrapIfClosure()
#25 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\Container\BoundMethod::callBoundMethod()
#26 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(696): Illuminate\Container\BoundMethod::call()
#27 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Console/Command.php(213): Illuminate\Container\Container->call()
#28 /opt/processmaker/vendor/symfony/console/Command/Command.php(279): Illuminate\Console\Command->execute()
#29 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Console/Command.php(182): Symfony\Component\Console\Command\Command->run()
#30 /opt/processmaker/vendor/symfony/console/Application.php(1094): Illuminate\Console\Command->run()
#31 /opt/processmaker/vendor/symfony/console/Application.php(342): Symfony\Component\Console\Application->doRunCommand()
#32 /opt/processmaker/vendor/symfony/console/Application.php(193): Symfony\Component\Console\Application->doRun()
#33 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Console/Application.php(164): Symfony\Component\Console\Application->run()
#34 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(427): Illuminate\Console\Application->call()
#35 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(361): Illuminate\Foundation\Console\Kernel->call()
#36 /opt/processmaker/upgrades/2023_08_15_183028_remove_seeded_default_templates.php(17): Illuminate\Support\Facades\Facade::__callStatic()
#37 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(507): RemoveSeededDefaultTemplates->up()
#38 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(432): Illuminate\Database\Migrations\Migrator->runMethod()
#39 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(441): Illuminate\Database\Migrations\Migrator->Illuminate\Database\Migrations\{closure}()
#40 /opt/processmaker/ProcessMaker/Upgrades/UpgradeMigrator.php(77): Illuminate\Database\Migrations\Migrator->runMigration()
#41 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(211): ProcessMaker\Upgrades\UpgradeMigrator->runUp()
#42 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(138): Illuminate\Database\Migrations\Migrator->runPending()
#43 /opt/processmaker/ProcessMaker/Upgrades/Commands/UpgradeCommand.php(63): Illuminate\Database\Migrations\Migrator->run()
#44 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): ProcessMaker\Upgrades\Commands\UpgradeCommand->handle()
#45 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Util.php(43): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
#46 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(95): Illuminate\Container\Util::unwrapIfClosure()
#47 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(35): Illuminate\Container\BoundMethod::callBoundMethod()
#48 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(696): Illuminate\Container\BoundMethod::call()
#49 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Console/Command.php(213): Illuminate\Container\Container->call()
#50 /opt/processmaker/vendor/symfony/console/Command/Command.php(279): Illuminate\Console\Command->execute()
#51 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Console/Command.php(182): Symfony\Component\Console\Command\Command->run()
#52 /opt/processmaker/vendor/symfony/console/Application.php(1094): Illuminate\Console\Command->run()
#53 /opt/processmaker/vendor/symfony/console/Application.php(342): Symfony\Component\Console\Application->doRunCommand()
#54 /opt/processmaker/vendor/symfony/console/Application.php(193): Symfony\Component\Console\Application->doRun()
#55 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(198): Symfony\Component\Console\Application->run()
#56 /opt/processmaker/artisan(30): Illuminate\Foundation\Console\Kernel->handle()
#57 {main}
  thrown in /opt/processmaker/ProcessMaker/Jobs/SyncDefaultTemplates.php on line 60
PHP Fatal error:  Uncaught Symfony\Component\ErrorHandler\Error\FatalError: Uncaught Exception: Unable to fetch default template list. in /opt/processmaker/ProcessMaker/Jobs/SyncDefaultTemplates.php:60
Stack trace:

The issue is not related with the changes

@pmPaulis pmPaulis merged commit 1520cc9 into epic/FOUR-22605 May 16, 2025
32 of 39 checks passed
@pmPaulis pmPaulis deleted the feature/FOUR-24227 branch May 16, 2025 16:28
nolanpro pushed a commit that referenced this pull request Aug 11, 2025
FOUR-24227:Add in the display screen a New control - Case Progress Bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants