forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ContainerReference: fix empty title on creation (32383) (ILIAS-eLearn…
- Loading branch information
1 parent
900f006
commit 4882454
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Roadmap | ||
|
||
## Short Term | ||
|
||
... | ||
|
||
## Mid Term | ||
|
||
### Listen for changes of target object's title | ||
|
||
ContainerReference objects that reuse the title of their target should update their title | ||
when the target does, e.g. via event handling. Currently, different components | ||
handle the rendering of the title of references differently, some looking up | ||
the title of the target and some just using the title of the reference directly from | ||
object_data, leading to inconsistent results when the title of the target is | ||
changed. | ||
|
||
## Long Term | ||
|
||
... |
This file contains 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