mt-homonymy-support #2
Nav recenzentu
Etiķetes
Nav etiķešu
Nav atskaites punktu
3 dalībnieki
Paziņojumi
Izpildes termiņš
Izpildes termiņš nav uzstādīts.
Atkarības
Nav atkarību.
Atsaucas uz: lexonomy/lexonomy_custom_editor#2
Notiek ielāde…
Atsaukties uz šo jaunā problēmā
Block a user
Nav sniegts apraksts.
Dzēst atzaru "mt-homonymy-support"
Atzara dzēšana ir neatgriezeniska. Kaut arī izdzēstais zars neilgu laiku var turpināt pastāvēt, pirms tas tiešām tiek noņemts, to vairumā gadījumu NEVAR atsaukt. Vai turpināt?
Probably best if both of you check it out.
Ožbolt for prevention and Luka so we both can speed up understanding of whole stack.
Basically we're adding support for the example in vsms1.xml file. It's already in schema so we just had to provide support in editor.
https://lexonomy.cjvt.si/5pdds79p/ - link to plugin used on dictionary
First of all, I did not test the code, I just went over the changes.
About the code, there are two mistakes:
homonomy_list_getterincommon_accessorsis only used once. This is fine, but the way I imagined it is that if this kind of functionality is only used once, than implement it inside the class (this time itsEditHomonymy). Then later if needed to avoid code duplication refactor stuff out of the class and in common_accessors. But that is fairly subjective point and you can decide to do it another way :)Otherwise, yes, everything looks nice and clean, gg :)
ok