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

Activity explorer page is not showing up #114

Open
eclipse-capella-bot opened this issue Jan 8, 2021 · 0 comments
Open

Activity explorer page is not showing up #114

eclipse-capella-bot opened this issue Jan 8, 2021 · 0 comments
Labels

Comments

@eclipse-capella-bot
Copy link

I am creating a new viewpoint using capella studio 1.3.1. and 1.4 Everything works fine, but when it comes to the activity explorer page nothing is showing up in the workflow of the project.

To check out if the activity explorer code is working fine, I decided to extend one of the existing pages for example the logical architecture page. I have extended the page and added a new section with one activity. It works pretty fine without any problem in both cases active and non-active viewpoint.

My code looks like the following

activity-explorer myap.activityexplorer {
pages {
page AADL {
file-extension "================="
id org.polarsys.capella.vp.aadl.page_4
label "=============="
index 4
Overview {
description "================="
image-on : "Principale_On.png" image-off : "Principale_Off.png"
}
header {
image-on : "Overview_On.png" image-off : "Overview_Off.png"
}
tab-name "======"
show-viewer : true
sections {
section sectionName {
description "====================="
id org.polarsys.capella.vp.section_4
label "=============================="
index 4
filtering : true
expanded : true
activities {
activity CreateDiag {
description "Create a new Diagram"
id org.polarsys.capella.vp.activity_5
label "Create Diagram"
index 5
predicated : false
icon : "Electronic-circuit.png"
}
activity SimpleTransition {
description "=========================="
id org.polarsys.capella.vp.etang.activity_6
label "Simple Transition"
index 6
icon : "Electronic-circuit.png"
}
activity myTransition {
description "========="
id org.polarsys.capella.vp.etang.activity_7
label "========="
index 7
icon : "Electronic-circuit.png"
}
activity chainTransition {
description "========================."
id org.polarsys.capella.vp.etang.activity_8
label "=========Transition"
index 8
icon : "Electronic-circuit.png"
}
}
}
}
}

}

🆔 ECLIPSE-558818 👷 soulimane.kamni 📅 2020-01-06 🔎 1.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant