-
Notifications
You must be signed in to change notification settings - Fork 278
N°7570 - feat(Typology): Add useful tabs to certain typology classes #756
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
base: develop
Are you sure you want to change the base?
Conversation
jf-cbd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR, here are a few notices :)
Co-authored-by: jf-cbd <121934370+jf-cbd@users.noreply.github.com>
|
Hello Hipska, As a conclusion, our policy for Typology is to propose "add_only", nothing else, which means allow sub-object creation. In some case like "model" and "brand", because of dependencies and class restriction, even this "add_only" mode is nearly unusable. So me might prevent even the creation in the standard model. Translation are missing. |
|
@jf-cbd @v-dumas You were right. It's indeed not possible to remove linked items using the I tried all new lists and was able to create and remove items this way:
Translations are indeed missing. Are we sure these new lists would be accepted to be added in the datamodel? Then I will make the translations for them.. |
Yes it has been functionally accepted so it will be integrated in iTop :) |
# Conflicts: # datamodels/2.x/itop-config-mgmt/dictionaries/en.dict.itop-config-mgmt.php
Base information
Objective
When clicking on a Typology item from a linked object, it is sometimes handy to see which other objects are also linking to the same Typology object.
Proposed solution
Add tabs to the Typology objects to see which other objects are using this Typology.
Checklist before requesting a review
Checklist of things to do before PR is ready to merge