Hi,
If I want to display drop down of location list after selecting current organization from drop down at the left-pane, do I need to edit php file or enough with xml only? And which file shoud I edit?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Jeffrey,
The idea is same like when we select Organization from drop down at the top left-pane, the item in page will display per organization.
What I want to do is display items per location. When user select certain location from drop down, the page will display all items based on that location.
Or do you have any idea how I can achieve this?
Last edit: mhmn 2018-08-23
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe I can reword my question.
1) How to create drop down (select) in the top left pane (under organiztion drop down)?
2) When I select organization from drop down list in the top left pane, the Location that attached to the organization will be listed in the drop down (in #1).
3) When I select location from the drop down, the itop page will display item that attached to that location only.
Do I need to edit xml only (new extension), or php file or both. Which xml/php file should I refer/edit?
Thank you for the help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Harith, this looks exactly as the question you asked in another thread which have an ongoing discussion. Please don't create multiple threads for the same question as it makes our forum quite messy, and mainly will discourage people to take part in your threads !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
If I want to display drop down of location list after selecting current organization from drop down at the left-pane, do I need to edit php file or enough with xml only? And which file shoud I edit?
My bad, this answer is for the right panel, not the left.
XML should be enough I think. The question is where you want to apply this.
Also, you shouldn't edit but add files (create your extension to overwrite the default data model). Changes get lost in upgrades; extensions don't.
Last edit: Jeffrey Bostoen 2018-08-28
Hi Jeffrey,
The idea is same like when we select Organization from drop down at the top left-pane, the item in page will display per organization.
What I want to do is display items per location. When user select certain location from drop down, the page will display all items based on that location.
Or do you have any idea how I can achieve this?
Last edit: mhmn 2018-08-23
Maybe I can reword my question.
1) How to create drop down (select) in the top left pane (under organiztion drop down)?
2) When I select organization from drop down list in the top left pane, the Location that attached to the organization will be listed in the drop down (in #1).
3) When I select location from the drop down, the itop page will display item that attached to that location only.
Do I need to edit xml only (new extension), or php file or both. Which xml/php file should I refer/edit?
Thank you for the help.
Hello Harith, this looks exactly as the question you asked in another thread which have an ongoing discussion. Please don't create multiple threads for the same question as it makes our forum quite messy, and mainly will discourage people to take part in your threads !
I'm sorry, my bad. I will continue the discussion in the other one thread.