Describe the bug
When CFTs are added to an existing CET from a different module, it should allow those CFTs to be successfully added and also those new CFTs should be accessible to scripts during module installation.
To Reproduce
Steps to reproduce the behavior:
Install a module containing a CET.
Install another module that adds new CFTs to the CET.
The new module also needs to have a script that refers to the new CFTs on the CET
The installation of the CFTs succeed but the script fails to access those new CFTs
Screenshots
The mv-liquichain module contains a Transaction CET with the following CFTs:
The mv-mollie-payment module contains new CFTs that will be added to the Transaction CET:
Installation of the CETs succeed:
But the scripts in mv-mollie-payment are unable to access those new fields:
The same happens even when using a module script:
Installation succeeds:
But the same result as above, where the scripts are unable to access those new fields
Describe the bug When CFTs are added to an existing CET from a different module, it should allow those CFTs to be successfully added and also those new CFTs should be accessible to scripts during module installation.
To Reproduce Steps to reproduce the behavior:
Screenshots The
mv-liquichain
module contains aTransaction
CET with the following CFTs:The
mv-mollie-payment
module contains new CFTs that will be added to theTransaction
CET:Installation of the CETs succeed:
But the scripts in
mv-mollie-payment
are unable to access those new fields:The same happens even when using a module script:
Installation succeeds:
But the same result as above, where the scripts are unable to access those new fields