mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
#3077 Hide disambiguation items from depiction search - when fetching depictions get the entity instead of the search result (#3741)
This commit is contained in:
parent
34f02499e4
commit
057d11a0e0
31 changed files with 359 additions and 582 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package org.wikipedia.wikidata
|
||||
|
||||
import org.wikipedia.wikidata.DataValue.DataValueEntityId
|
||||
import org.wikipedia.wikidata.DataValue.EntityId
|
||||
|
||||
|
||||
data class EditClaim(val claims: List<Statement_partial>) {
|
||||
|
|
@ -14,7 +14,7 @@ data class EditClaim(val claims: List<Statement_partial>) {
|
|||
Snak_partial(
|
||||
"value",
|
||||
propertyName,
|
||||
DataValueEntityId(
|
||||
EntityId(
|
||||
WikiBaseEntityValue(
|
||||
"item",
|
||||
entityId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue