Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabulator #182

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Tabulator #182

wants to merge 14 commits into from

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.

@@ -15,15 +15,18 @@
<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.

test/cypress/integration/ethos.js Outdated Show resolved Hide resolved

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