Skip to content

Commit

Permalink
[Time Conductor] Switched conductor to mct-include rather than mct-re…
Browse files Browse the repository at this point in the history
…presentation to avoid warnings
  • Loading branch information
akhenry committed Sep 7, 2016
1 parent d37dd52 commit fbab890
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 3 additions & 2 deletions platform/commonUI/browse/res/templates/browse-object.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@
</mct-representation>
</div>
</div>
<mct-representation mct-object="domainObject"
<mct-include key="'time-conductor'" class="abs holder flex-elem flex-fixed l-flex-row l-time-conductor-holder"></mct-include>
<!-- <mct-representation mct-object="domainObject"
key="'time-conductor'"
class="abs holder flex-elem flex-fixed l-flex-row l-time-conductor-holder">
</mct-representation>
</mct-representation> -->
</div>
6 changes: 6 additions & 0 deletions platform/features/conductor-v2/conductor/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ define([
"theme": "snow"
}
],
"templates": [
{
"key": "time-conductor",
"template": timeConductorTemplate
}
],
"representations": [
{
"key": "time-conductor",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@
</div>

</div>
</div>
</div>

0 comments on commit fbab890

Please sign in to comment.