Skip to content

Comments

Ap working#177

Open
amipatel6783 wants to merge 6 commits intodbca-wa:mainfrom
amipatel6783:AP_working
Open

Ap working#177
amipatel6783 wants to merge 6 commits intodbca-wa:mainfrom
amipatel6783:AP_working

Conversation

@amipatel6783
Copy link
Contributor

No description provided.

<div class="col-sm-1">
<input class="form-check-input" type="checkbox" name="fruiting_prd_chk" :id="'fruiting_prd_chk'+species.id"
@change="checkConservationInput('fruiting_prd_chk','fruiting_prd_chk'+species.id,'fruiting_period_id',species.conservation_attributes.fruiting_period_id)" />
@change="checkConservationInput('fruiting_prd_chk','fruiting_prd_chk'+species.id,'fruiting_period',species.conservation_attributes.fruiting_period, 'fruiting_period_select')" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plz remove extra parameter at last to the function checkConservationInput()

<div class="col-sm-1">
<input class="form-check-input" type="checkbox" name="flowering_prd_chk" :id="'flowering_prd_chk'+species.id"
@change="checkConservationInput('flowering_prd_chk','flowering_prd_chk'+species.id,'flowering_period_id',species.conservation_attributes.flowering_period_id)" />
@change="checkConservationInput('flowering_prd_chk','flowering_prd_chk'+species.id,'flowering_period',species.conservation_attributes.flowering_period, 'flowering_period_select')" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plz remove extra parameter at last to the function checkConservationInput()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added that and can't remove that as it is used for the select2 inputs for the split and combine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants