Skip to content

Commit

Permalink
fix: render-array and render-object attributes renamed to render
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 23, 2023
1 parent e38dbae commit cb72c02
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/call-center/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
<!-- data-idconference="{{document.idconference}}"-->
<!-- >GetPart</button>-->
<!-- </form>-->
<!-- <div class="template margin:10px;" value="{{participant.id}}" render-array="participant">-->
<!-- <div class="template margin:10px;" value="{{participant.id}}" render="participant">-->
<!-- <form class="padding:5px">-->

<!-- <input type="hidden" twilio="delParticipantsConference.idconference" value="{{participant.conferenceSid}}">-->
Expand Down Expand Up @@ -766,7 +766,7 @@ <h4>
template_id="option0"
value="+13472189814"
document_id="{{document._id}}"
render-array="data">
render="data">
<div>
<h3
name="name"
Expand All @@ -781,7 +781,7 @@ <h5>{{document._id}}</h5>
template_id="option0"
value="+13472189814"
document_id="{{document._id}}"
render-array="data">
render="data">
<div>
<h3
name="name"
Expand Down Expand Up @@ -817,7 +817,7 @@ <h5>{{document._id}}</h5>
template_id="number"
value="{{document._id}}"
document_id="{{document._id}}"
render-array="data">
render="data">
<!-- Avatar -->
<div
class="avatar-wrapper margin:5px_0px margin-right:10px">
Expand Down
4 changes: 2 additions & 2 deletions src/database/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
</div>
<div
class="template display:flex"
render-object="document"
render="document"
render-key="one"
render-exclude="db, database, collection"
hover="visibility:visible!important"
Expand Down Expand Up @@ -359,7 +359,7 @@
observe-selector=".object, .array"
observe-attribute="value">
<div
render-object="document.$parents"
render="document.$parents"
render-exclude="db, database, collection"
render-key="$auto"
class="template margin-top:20px"
Expand Down
2 changes: 1 addition & 1 deletion src/estimates/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
template_id="items"
value="{{document._id}}"
document_id="{{document._id}}"
render-array="data">
render="data">
<h3
name="name"
value="{{document.name}}">
Expand Down
2 changes: 1 addition & 1 deletion src/invoices/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
template_id="items"
value="{{document._id}}"
document_id="{{document._id}}"
render-array="data">
render="data">
<h3
name="name"
value="{{document.name}}">
Expand Down

0 comments on commit cb72c02

Please sign in to comment.