Open
Conversation
mburri
commented
Mar 30, 2026
| import ch.mobi.itc.mobiliar.rest.resources.*; | ||
| import ch.mobi.itc.mobiliar.rest.resources.dependencies.ResourceDependenciesRest; | ||
| import ch.mobi.itc.mobiliar.rest.resources.resourceTags.ResourceTagsRest; | ||
| import ch.mobi.itc.mobiliar.rest.resources.PropertyDescriptorRest; |
Member
Author
There was a problem hiding this comment.
this was a duplicated import, since ch.mobi.itc.mobiliar.rest.resources.* already imports this (see line 34)
StephGit
reviewed
Apr 2, 2026
| <h2>{{ title }}</h2> | ||
| </div> | ||
| <div class="card-body p-0"> | ||
| <table class="table table-sm"> |
Contributor
There was a problem hiding this comment.
use the existing table.component
StephGit
reviewed
Apr 2, 2026
| <td>{{ dependency.resourceName }}</td> | ||
| <td>{{ dependency.releaseName }}</td> | ||
| <td> | ||
| <a |
Contributor
There was a problem hiding this comment.
use the button component / edit icon instead of text
StephGit
reviewed
Apr 2, 2026
StephGit
requested changes
Apr 2, 2026
Contributor
StephGit
left a comment
There was a problem hiding this comment.
feature is missing for resource-type.edit
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds the functionality to show dependencies of a resource.
notable points are:
ctx=1- this was already the case for the old implmentationI decided to rework the page layout after implementing the navigation items - and clean it up over all pages. Now all pages are different.