Skip to content

Conversation

@axalrub
Copy link
Contributor

@axalrub axalrub commented Feb 1, 2021

Fix #177

Copy link
Contributor

@M-A-Boucher M-A-Boucher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there are still files from the Assessment branch in this branch.

<ProjectReference Include="..\StatCan.OrchardCore.Security\StatCan.OrchardCore.Security.csproj" PrivateAssets="none" />

<!-- Modules -->
<ProjectReference Include="..\..\Modules\StatCan.OrchardCore.Assessment\StatCan.OrchardCore.Assessment.csproj" PrivateAssets="none" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line of code is from another branch and can be removed.

@@ -7,7 +7,10 @@

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout.liquid can be deleted. These are base templates for a theme and they're not needed for a module.

"DisplayName": "TableCreator",
"Settings": {
"ContentTypeSettings": {
"Creatable": true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Widgets usually have the following settings set to false: Creatable, Listable, Draftable, Versionable, Securable. Simply change them to false.


public int Create()
{
return 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required ? It is not doing anything

@jptissot jptissot added the wait-to-merge Wait to merge these as they still require some work and testing label Feb 1, 2021
@jptissot
Copy link
Contributor

jptissot commented Feb 1, 2021

I edited the initial post to link the issue. Let's review the issue and see what we can come up with as to requirements for the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wait-to-merge Wait to merge these as they still require some work and testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Spreadsheet / Table Widget

3 participants