I need to do some customization in the facetoface plugin so I have copied the entired plugin and replaced all the instances of facetoface with my new plugin name.
But I am facing a problem with the custom fields of the facetoface plugin.
As
I have created a new plugin using the existing facetoface plugin so
everything needs to be same as facetoface. But when I click on "custom
fields" I got a error :
"totara_customfield/prefixtypeclassnotfound"
This is beacuse the class pluginnameasset is not present in totara/customfield/classes/prefix folder.
For facetoface following files are present there :facetofacesignup_type.php,facetofaceasset_type.php,facetofacecancellation_type.php,facetofaceroom_type.php
etc
Do we need to create these files(hotelreqsignup_type.php,hotelreqasset_type.php) manually for my plugin ?
Please help me out !