-
Notifications
You must be signed in to change notification settings - Fork 242
[WIP] Smart Extract - HTIL #8563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sanjacornelius
wants to merge
35
commits into
develop
Choose a base branch
from
epic/FOUR-26611
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
704da5d
Add smart-extract to enterprise array
sanjacornelius 60352f8
Merge pull request #8555 from ProcessMaker/task/FOUR-27097
sanjacornelius c8ef0f6
Merge branch 'develop' into epic/FOUR-26611
sanjacornelius ffdefd2
Update composer.json
sanjacornelius a8537dc
Merge branch 'develop' into epic/FOUR-26611
sanjacornelius 6516816
fix(SmartExtract): adjust non-system task filtering based on HITL con…
eiresendez 97b3403
refine non-system task filtering based on HITL configuration
eiresendez c0bb4b6
add mergeHitlCaseNumber method to handle case number retrieval from p…
eiresendez 8c69baf
Merge pull request #8580 from ProcessMaker/task/FOUR-27118-clean
sanjacornelius 19596cd
Saving clean code for PR
CarliPinell 76c0c55
Merge pull request #8582 from ProcessMaker/task/FOUR-27119-clear
CarliPinell 5d49e94
Solving iframe issue
CarliPinell e5ad267
standardize variable naming and simplify HITL condition in task edit …
eiresendez 036adf8
Merge pull request #8584 from ProcessMaker/observation/FOUR-27719
sanjacornelius 34840d3
Add Smart Extract env variables
mcraeteisha d2bc1e2
Merge pull request #8620 from ProcessMaker/subtask/FOUR-27111
eiresendez 3836cde
Saving progress
CarliPinell 38aa785
Merge pull request #8628 from ProcessMaker/task/FOUR-28207
sanjacornelius e20abb0
Remove SMART_EXTRACT configuration from environment variables
eiresendez de1cc02
Merge pull request #8636 from ProcessMaker/task/FOUR-28240
eiresendez 0cb910b
Enhance error handling in ErrorHandling class and add unit tests for …
eiresendez 11943c9
Merge pull request #8640 from ProcessMaker/observation/FOUR-28341
sanjacornelius 56a7785
Merge branch 'develop' into epic/FOUR-26611
sanjacornelius b28c8bd
CS Fixer: Fix file formatting
sanjacornelius b244902
Update composer.json
sanjacornelius 65cb7e4
Update composer.json
sanjacornelius ed097cc
Store and retrieve allowReassignment and assignmentLock properties in…
sanjacornelius a6179b6
Merge branch 'develop' into epic/FOUR-26611
sanjacornelius b3284c4
Merge branch 'epic/FOUR-26611' into observation/FOUR-28418
sanjacornelius ccfed70
Update composer.json
sanjacornelius 02ef6da
Merge pull request #8661 from ProcessMaker/observation/FOUR-28418
sanjacornelius 446c991
Resolve CurserBot Observations
sanjacornelius 84841d1
Fix CursorBot Observation
sanjacornelius ca98055
Revert PR changes for CallActivity BPMN Issue
sanjacornelius 4e016a8
Merge branch 'develop' into epic/FOUR-26611
sanjacornelius File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| {{-- Smart Extract Manual Edit content when HITL is enabled --}} | ||
| @php | ||
| // The $iframeSrc variable is received as a parameter from edit.blade.php | ||
| $iframeSrc = $iframeSrc ?? null; | ||
| @endphp | ||
|
|
||
| @if (!empty($iframeSrc)) | ||
| <div | ||
| id="manual-edit-iframe-container" | ||
| style="position: relative; width: 100%; height: calc(100vh - 200px); border: none; margin: 0; padding: 0;" | ||
| > | ||
| <x-package-smart-extract::iframe-loader | ||
| :src="$iframeSrc" | ||
| :title="__('Smart Extract')" | ||
| loading-message="{{ __('Loading dashboard') }}" | ||
| /> | ||
| </div> | ||
| @else | ||
| <div class="alert alert-warning"> | ||
| {{ __('No iframe source provided for Manual Edit.') }} | ||
| </div> | ||
| @endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| <?php | ||
|
|
||
| /* | ||
| |-------------------------------------------------------------------------- | ||
| | Broadcast Channels | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.