special handleVerify for current_landuse_group verification
This commit is contained in:
parent
39e7ac8b39
commit
48673e3dbd
@ -247,9 +247,15 @@ const withCopyEdit: (wc: React.ComponentType<CategoryViewProps>) => DataContaine
|
||||
this.setState({error: err});
|
||||
}
|
||||
|
||||
if (slug == 'current_landuse_group'){
|
||||
const edits = {
|
||||
['current_landuse_verified']: TRUE
|
||||
};
|
||||
} else {
|
||||
const edits = {
|
||||
[slug]: value
|
||||
};
|
||||
}
|
||||
|
||||
this.doSubmit(edits);
|
||||
console.log(slug + " verify button clicked")
|
||||
|
Loading…
Reference in New Issue
Block a user