Márk Bartha

Results 19 comments of Márk Bartha

@DAud-IcI please confirm that this is addressed by https://github.com/OrchardCMS/OrchardCore.Commerce/pull/119

I believe this is complete. Is there anything else missing from here @bleroy @agriffard ?

I'd like to work on this one since we'll need it in our project soon. The goal here is to - be able to delete a tenant from code -...

It could be IShellEventHandler with Saving and Deleting placed in OrchardCore/OrchardCore.Abstraction projects so it would be accessible from anywhere. Also deleting Media, database etc. would be implemented in these handlers...

@sebastienros you also mentioned that making prefixes mandatory could also work. Should we implement this and use it when deleting a tenant?

@sebastienros I assume a part of the development would be done in the YesSQL repository. If we go with the event handler approach, an ISchemaBuilderEvents interface with a couple of...

@sebastienros what's your opinion on this? I'll start implementing this in YesSQL if you think this is the right approach.

Not sure if I understand this. What commands to be executed by the schemabuilder inside a specific document? My idea is to store the table names in a document (so...

@JoshTango deleting tables is definitely a goal here as well as Media items (which can be in App_Data or in Azure Media Storage as well). You can read about the...

I think this is because this sample uses an old version of Orchard Core. What you should do is to upgrade it to the latest version. This means that you...