Skip to content
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

7132 - Portal & silo : unable to see workflow graph on some objects #3

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

accognet
Copy link
Contributor

@accognet accognet commented Feb 6, 2024

internal
Compatible iTop3.2

@accognet accognet added the bug Something isn't working label Feb 6, 2024
@accognet accognet self-assigned this Feb 6, 2024
@piRGoif piRGoif added the internal Work made by Combodo label Feb 15, 2024
Copy link
Contributor

@Molkobain Molkobain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll check the main changes next week.

ajax-operations.php Show resolved Hide resolved
module.combodo-workflow-graphical-view.php Show resolved Hide resolved
@accognet accognet requested a review from Molkobain March 18, 2024 14:59
ajax-operations.php Show resolved Hide resolved
src/Portal/Controller/LifecycleBrickController.php Outdated Show resolved Hide resolved
Comment on lines 64 to 80
if (version_compare(ITOP_DESIGN_LATEST_VERSION, 3.2, '>=')) {
// Add resources
foreach ($aCSSFiles as $sCSSFile) {
$oPage->LinkStylesheetFromURI($sCSSFile);
}
foreach ($aJSFiles as $sJSFile) {
$oPage->LinkScriptFromURI($sJSFile);
}
} else
{
$oPage->add_linked_script($sJSFile);
// Add resources
foreach ($aCSSFiles as $sCSSFile) {
$oPage->add_linked_stylesheet($sCSSFile);
}
foreach ($aJSFiles as $sJSFile) {
$oPage->add_linked_script($sJSFile);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can simplify that if it's only for 3.2+

@rquetiez
Copy link

rquetiez commented Nov 4, 2024

Decision: ok to accept this change without automated tests
Still to simplify as proposed by Molkobain as of Sep 4.

@rquetiez rquetiez self-requested a review November 4, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working internal Work made by Combodo
Projects
Status: Planned
Development

Successfully merging this pull request may close these issues.

5 participants