[Wikidata-bugs] [Maniphest] T106456: Editing label and description simultaneously conflicts with existing items which have the new label and old description

2024-02-11 Thread SJu
SJu added a comment.


  Does such a problem really have to persist for 8 and a half years without a 
solution? Isn't it possible to turn off the block completely if it doesn't work 
and prevents normal editing?

TASK DETAIL
  https://phabricator.wikimedia.org/T106456

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: SJu
Cc: SJu, WolfgangFahl, Lucas_Werkmeister_WMDE, Herzi.Pinki, 
pywikibot-bugs-list, Framawiki, Ladsgroup, XXN, Magnus, Multichill, jeblad, 
Fomafix, Nikki, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, 
Invadibot, maantietaja, ItamarWMDE, Akuckartz, darthmon_wmde, Ferenczy, 
sarhan.alaa, Samuditha24, IM3847, Nandana, kostajh, lucamauri, Lahi, Gq86, 
GoranSMilovanovic, Jayprakash12345, Chicocvenancio, MichaelSchoenitzer_WMDE, 
QZanden, KimKelting, LawExplorer, Jogi_don, _jensen, rosalieper, xSavitar, 
Scott_WUaS, Wikidata-bugs, aude, Mbch331, jayantanth, Rxy
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T106456: Editing label and description simultaneously conflicts with existing items which have the new label and old description

2023-01-29 Thread WolfgangFahl
WolfgangFahl added a comment.


  I ran into this today see 
https://github.com/LeMyst/WikibaseIntegrator/discussions/507
  
  trying to modify https://www.wikidata.org/wiki/Q116472444
  
  with:
  
python
{'Scholar': 'Xiao Liu',
 'creationDate': datetime.datetime(2023, 1, 29, 5, 55, 3),
 'dblpId': None,
 'description': 'Researcher ORCID(-0002-9226-4569)',
 'firstName': 'Xiao',
 'gndId': None,
 'homepage': None,
 'label': 'Xiao Liu',
 'lastEditor': 'User:Mf',
 'linkedInId': None,
 'modificationDate': datetime.datetime(2023, 1, 29, 11, 42, 10),
 'name': 'Liu',
 'orcid': '-0002-9226-4569',
 'researchGate': 'Xiao_Liu114',
 'smartCRMId': 'wf04004317',
 'wikiDataId': 'Q116472444'}
  
  
  
json
dict: {
'labels': {
  'en': {
'language': 'en',
'value': 'Xiao Liu'
  }
},
'descriptions': {
  'en': {
'language': 'en',
'value': 'Researcher ORCID(-0002-9226-4569)'
  }
},
...
`

TASK DETAIL
  https://phabricator.wikimedia.org/T106456

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: WolfgangFahl
Cc: WolfgangFahl, Lucas_Werkmeister_WMDE, Herzi.Pinki, pywikibot-bugs-list, 
Framawiki, Ladsgroup, XXN, Magnus, Multichill, jeblad, Addshore, Fomafix, 
Nikki, Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, 
ItamarWMDE, Akuckartz, darthmon_wmde, Ferenczy, sarhan.alaa, Samuditha24, 
IM3847, Nandana, kostajh, lucamauri, Lahi, Gq86, GoranSMilovanovic, 
Jayprakash12345, Chicocvenancio, MichaelSchoenitzer_WMDE, QZanden, LawExplorer, 
Jogi_don, _jensen, rosalieper, xSavitar, Scott_WUaS, Wikidata-bugs, aude, 
Mbch331, jayantanth, Rxy
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T106456: Editing label and description simultaneously conflicts with existing items which have the new label and old description

2022-05-27 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment.


  I think the best approach to implement this would be:
  
  1. try to edit the label, then the description (just like now); if that fails,
  2. try to edit the description, then the label (works better for some 
conflicts; if that fails,
  3. try to edit both at once, only as a last resort, because it makes for a 
less granular edit with (until T220696 
) a worse edit summary;
  4. only if all of them fail, show an error to the user
  
  But that might be tricky to implement.

TASK DETAIL
  https://phabricator.wikimedia.org/T106456

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Lucas_Werkmeister_WMDE, Herzi.Pinki, pywikibot-bugs-list, Framawiki, 
Ladsgroup, XXN, Magnus, Multichill, jeblad, Addshore, Fomafix, Nikki, Aklapper, 
Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, 
darthmon_wmde, Ferenczy, sarhan.alaa, Samuditha24, IM3847, Nandana, kostajh, 
lucamauri, Lahi, Gq86, GoranSMilovanovic, Jayprakash12345, Chicocvenancio, 
MichaelSchoenitzer_WMDE, QZanden, LawExplorer, Jogi_don, _jensen, rosalieper, 
xSavitar, Scott_WUaS, Wikidata-bugs, aude, Mbch331, jayantanth, Rxy
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org